Skip to content

Commit 3782083

Browse files
authored
1 parent adc85ef commit 3782083

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<link rel="help" href="https://drafts.csswg.org/css-grid/">
3+
<link rel="help" href="https://drafts.csswg.org/css-overflow/#scrollable">
4+
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
5+
<meta name="assert" content="An off screen grid item's overflowing context is still painted in the overflow hidden container.">
6+
<p>Test passes if there is a filled green square.</p>
7+
<div style="width: 100px; height: 100px; overflow: hidden;">
8+
<div style="display: grid; grid-template-columns: 100px; grid-template-rows: 50px; margin-left: -150px; margin-top: -100px;">
9+
<div style="grid-column: 1 / 2; grid-row: 1 / 2;">
10+
<div style="width: 250px; height: 200px; background: green;"></div>
11+
</div>
12+
</div>
13+
</div>

0 commit comments

Comments
 (0)