First testcase from bug 838489

This commit is contained in:
Simon Montagu 2013-11-26 17:09:29 +02:00
parent 9950de3641
commit 386ee1096a
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
><bdi id=test>
<xmp></xmp><font>><span><br>><keygen>><script>
document.addEventListener("DOMContentLoaded", CFcrash, false);
function editFuzz() {
document.designMode = "on";
try { document.execCommand("indent", false, true) } catch(e) {}
}
function CFcrash() {
setTimeout("try { editFuzz(); } catch(e) {}", 0);
try { test.setAttribute("dir", "&locale.dir;"); } catch(e) {}
}</script>>

View File

@ -129,6 +129,7 @@ load 827190.html
load 828054.html
load 829428.html
load 836890.html
load 838489-1.html
load 841205.html
load 844404.html
load 847127.html