mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Two hundred crashtests can't be wrong.
This commit is contained in:
parent
5031f45cc0
commit
4db0916c8c
37
layout/base/crashtests/339651-1.html
Normal file
37
layout/base/crashtests/339651-1.html
Normal file
@ -0,0 +1,37 @@
|
||||
<html style="border: 1px solid red; width: 6em;" class="reftest-wait">
|
||||
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function f1()
|
||||
{
|
||||
document.getElementById("s").style.cssFloat = "left";
|
||||
|
||||
document.body.style.display = "inline";
|
||||
document.getElementById("d").style.display = "inline";
|
||||
document.getElementById("p").style.display = "inline";
|
||||
|
||||
setTimeout(f2, 30);
|
||||
}
|
||||
|
||||
function f2()
|
||||
{
|
||||
document.getElementById("d").style.cssFloat = "left";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="f1()">
|
||||
|
||||
TTTTT TTTTT
|
||||
<div id="d">
|
||||
YY
|
||||
<p id="p">
|
||||
ZZ
|
||||
<span id="s">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -10,6 +10,7 @@ load 313086-1.xml
|
||||
load 331204-1.html
|
||||
load 335140-1.html
|
||||
load 337419-1.html
|
||||
load 339651-1.html
|
||||
load 343540-1.html
|
||||
load 349095-1.xhtml
|
||||
load 350128-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user