Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/grid/grid-item-oof-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="column-count: 1;">
<div style="break-inside: avoid; display: grid; grid-template-rows: 10px; position: relative;">
<div style="position: absolute; grid-row-start: 1; grid-row-end: 1; inset: 0;"></div>
</div>
</div>