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/negative-margin-on-column-spanner.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="columns: 2;">
<div style="margin: -100px; column-span: all;"></div>
</div>