Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/crashtests/oof-in-table-row.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="columns: 1;">
<div style="display: table-row; transform: scale(1); border: solid;">
<div style="position: fixed;"></div>
</div>
</div>