зеркало из https://github.com/mozilla/gecko-dev.git
Crash test for bug 601427. a=TEST
This commit is contained in:
Родитель
9b44e42090
Коммит
d80d95b00d
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<script>
|
||||
|
||||
var onPaintFunctions =
|
||||
[
|
||||
function() { document.documentElement.style.MozAppearance = "treeheadersortarrow"; },
|
||||
function() { document.documentElement.style.position = "fixed"; },
|
||||
function() { document.documentElement.removeAttribute("class"); }
|
||||
];
|
||||
|
||||
var i = 0;
|
||||
|
||||
function advance()
|
||||
{
|
||||
var f = onPaintFunctions[i++];
|
||||
if (f)
|
||||
f();
|
||||
}
|
||||
|
||||
function start()
|
||||
{
|
||||
window.addEventListener("MozAfterPaint", advance, true);
|
||||
advance();
|
||||
}
|
||||
|
||||
window.addEventListener("load", start, false);
|
||||
|
||||
</script>
|
||||
</html>
|
|
@ -16,3 +16,4 @@ load 430394-1.xul
|
|||
load 454186-1.xul
|
||||
load 479931-1.xhtml
|
||||
load 509602-1.xul
|
||||
load 601427.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче