Bug 597240 - Add crashtest.

This commit is contained in:
Ryan VanderMeulen 2015-10-25 00:06:23 -04:00
parent 399003c9b8
commit a237b5a490
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
<![CDATA[
function boom()
{
document.documentElement.offsetHeight;
var div = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
div.style.cssFloat = "left";
document.getElementById("a").appendChild(div);
}
]]>
</script>
</head>
<body onload="boom();">
<fieldset id="a"><legend style="display: table-footer-group;"></legend></fieldset>
</body>
</html>

View File

@ -427,6 +427,7 @@ asserts(0-1) load 592118.html
load 594808-1.html
load 595435-1.xhtml
load 595740-1.html
load 597240-1.xhtml
pref(layout.float-fragments-inside-column.enabled,true) load 600100.xhtml
pref(layout.float-fragments-inside-column.enabled,false) load 600100.xhtml
load 603490-1.html