Bug 784600 - Crashtest.

This commit is contained in:
Abhishek Arya 2013-11-12 14:37:22 +00:00
parent 9a4e8075ee
commit e2ec7582fc
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html class="reftest-wait">><class><address></address><children id=test1>><acronym id=test2></acronym><aside><iframe src=simple_blank.swf></iframe>
</aside><script>
setTimeout("boom()", 2000);
function boom() {
document.designMode = "on";
document.execCommand("InsertHTML", false, "<dl>")
r = document.createRange();
window.getSelection().removeAllRanges();
r.setStart(test1, 0);
r.setEnd(test2, test2.childNodes.length);
window.getSelection().addRange(r);
document.execCommand("InsertHTML", false, " ")
document.documentElement.removeAttribute("class");
}
</script>

View File

@ -471,6 +471,7 @@ load 769303-1.html
load 769303-2.html
load 769120.html
load 777838.html
load 784600.html
load 786740-1.html
asserts(0-4) test-pref(font.size.inflation.emPerLine,15) load 791601.xhtml # 3 counts of bug 871327, 1 bug 367185
test-pref(font.size.inflation.minTwips,120) load 794693.html

Binary file not shown.