Bug 1153695 - Crashtest.

This commit is contained in:
Jesse Ruderman 2015-11-16 17:32:39 +01:00
parent 03bd1366df
commit 20405e523f
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.documentElement.offsetHeight;
document.body.appendChild(document.getElementById("x"));
document.documentElement.offsetHeight;
}
</script>
</head>
<body style="-moz-column-count: 4;" onload="boom();">
<div style="float: left; height: 10px; width: 10px;">
<div id="x">
<div style="height: 80px;"></div>
<div style="float: left; height: 10px;"></div>
</div>
</div>
</body>
</html>

View File

@ -579,6 +579,7 @@ load 1137723-2.html
load 1146103.html
load 1146107.html
load 1146114.html
load 1153695.html
load 1156222.html
pref(layout.css.grid.enabled,true) load 1156257.html
load 1157011.html