This commit is contained in:
Jesse Ruderman 2014-11-02 22:47:01 +00:00
Родитель 8a365e54c5
Коммит a4cffd8451
2 изменённых файлов: 38 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,37 @@
<html class="reftest-wait">
<head>
<style>
.dddd:before {
content: "generated";
}
</style>
<script>
function b()
{
document.getElementById("float").style.cssFloat = "";
setTimeout(b2, 30);
}
// This is just for visual effect, to make the timing clear.
// It's not needed for the crash.
function b2()
{
document.body.style.background = "#eee";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="document.body.offsetHeight; setTimeout(b, 0);">
<span class="dddd"><div></div><span id="float" style="float: left"></span></span>
</body>
</html>

Просмотреть файл

@ -206,6 +206,7 @@ load 401734-2.html
needs-focus pref(accessibility.browsewithcaret,true) load 403048.html
skip load 403175-1.html # times out occasionally, bug 473680
load 403245-1.html
load 403454.html
load 403569-1.xhtml
load 403569-2.xhtml
load 403569-3.xhtml