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-large-end-border-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="column-count:2; column-fill:auto; border-bottom: 4294967295px solid;">
<div style="display:grid; padding-top:1px; border-bottom: 4294967295px solid;">
<div></div>
</div>
</div>