--HG--
extra : rebase_source : 7c41dab0cbb7be275c5a9ddc316e7772b8292938
This commit is contained in:
Ryan VanderMeulen 2015-10-25 16:20:16 -04:00
Родитель 06b40aa156
Коммит 4a585b585e
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!--
user_pref("layout.css.grid.enabled", true);
-->
<script>
function boom()
{
document.documentElement.offsetHeight;
document.getElementById("g").firstChild.remove();
}
</script>
</head>
<body onload="boom();">
<div style="display: grid;" id="g">a b<br></div>
</body>
</html>

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

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