зеркало из https://github.com/mozilla/pjs.git
This is not your daddy's crashtest.
This commit is contained in:
Родитель
d7c936cbb1
Коммит
6e9d673e92
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("b").style.overflow = "hidden";
|
||||
setTimeout(boom2, 30);
|
||||
}
|
||||
|
||||
function boom2()
|
||||
{
|
||||
document.getElementById("g").style.display = "none";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<div style="float: left;">
|
||||
<div id="b" style="display: -moz-box; border: 1px solid black;"><img width="16" height="16" src="../../../testing/crashtest/images/tree.gif"/></div>
|
||||
<div style="position: fixed;"></div>
|
||||
</div>
|
||||
|
||||
<div id="g" style="display: inline"><div></div></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -14,5 +14,6 @@ load 349095-1.xhtml
|
|||
load 350128-1.xhtml
|
||||
load 364427-1.html
|
||||
load 366967-1.html
|
||||
load 372237-1.html
|
||||
load 379920-1.svg
|
||||
load 379920-1.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче