зеркало из https://github.com/mozilla/gecko-dev.git
Adding crashtest
This commit is contained in:
Родитель
2f2aa641e2
Коммит
9133577c03
|
@ -0,0 +1,28 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var q1 = document.getElementById("q1");
|
||||
var q2 = document.getElementById("q2");
|
||||
|
||||
q1.style.cssFloat = "right"
|
||||
q2.style.cssFloat = "right"
|
||||
|
||||
setTimeout(function(){
|
||||
q1.style.cssFloat = "none";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}, 30);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(boom, 30);">
|
||||
<b id="q1">AAA</b>
|
||||
<b id="q2">BBB</b>
|
||||
</body>
|
||||
</html>
|
|
@ -2,6 +2,7 @@ load 331284-1.xhtml
|
|||
load 334105-1.xhtml
|
||||
load 334147-1.xhtml
|
||||
load 337412-1.html
|
||||
load 342322-1.html
|
||||
load 348991-1.xhtml
|
||||
load 366667-1.html
|
||||
load 366952-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче