зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest
This commit is contained in:
Родитель
924243dd8a
Коммит
3aab9d627d
|
@ -0,0 +1,31 @@
|
|||
<html class="reftest-wait">
|
||||
|
||||
<head>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
function foo()
|
||||
{
|
||||
setTimeout(bar, 30);
|
||||
}
|
||||
|
||||
function bar()
|
||||
{
|
||||
document.getElementById("TT").style.position = "absolute";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="foo();">
|
||||
|
||||
|
||||
<div id="TT"><div style="position: fixed;"><div style="display: -moz-box;"><div style="float: left;"></div></div></div></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -7,6 +7,7 @@ load 310267-1.xml
|
|||
load 310638-1.svg
|
||||
load 310638-2.html
|
||||
load 313086-1.xml
|
||||
load 322436-1.html
|
||||
load 331204-1.html
|
||||
load 335140-1.html
|
||||
load 337419-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче