This commit is contained in:
Jesse Ruderman 2015-11-16 17:32:39 +01:00
Родитель 03bd1366df
Коммит 20405e523f
2 изменённых файлов: 26 добавлений и 0 удалений

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

@ -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>

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

@ -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