зеркало из https://github.com/mozilla/gecko-dev.git
Bug 784600 - Crashtest.
This commit is contained in:
Родитель
3bd1c1636f
Коммит
ce117cb862
|
@ -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>
|
|
@ -471,6 +471,7 @@ load 769303-1.html
|
||||||
load 769303-2.html
|
load 769303-2.html
|
||||||
load 769120.html
|
load 769120.html
|
||||||
load 777838.html
|
load 777838.html
|
||||||
|
load 784600.html
|
||||||
load 786740-1.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
|
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
|
test-pref(font.size.inflation.minTwips,120) load 794693.html
|
||||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче