Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-gaps/agnostic/gap-decorations-007-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash test found by fuzzer. Multicol, non visible overflow without scrollable container and a visible gap rule
</title>
<link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com">
<div style="columns:2; column-fill:auto; height:100px; column-rule:solid; contain:paint;">
<div style="height:101px;"></div>
</div>