Skip to content

Commit dd56ae8

Browse files
authored
1 parent 13845ca commit dd56ae8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<html>
2+
<head>
3+
<link rel="help" href="https://bugs.webkit.org/show_bug.cgi?id=311942">
4+
</head>
5+
<body>
6+
<div style="display: grid">
7+
<div id="change" style="display: grid; grid-template-rows: subgrid [a] [b] [c];">
8+
<div>one</div>
9+
<foo style="display: grid; grid-template-rows: subgrid [a] [b] [c];">
10+
<bar id="x">two</bar>
11+
</foo>
12+
</div>
13+
</div>
14+
</body>
15+
<script>
16+
document.body.offsetHeight;
17+
x.style.border = "1px solid red";
18+
document.getElementById("change").style.contain = 'paint';
19+
</script>
20+
</html>
21+

0 commit comments

Comments
 (0)