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>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1319964">
<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>