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-008-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<head>
<title>Crash test found by fuzzer.</title>
<link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com">
</head>
<style>
body > * {
column-rule: repeat(5, 100px);
}
</style>
<body>
<fieldset>
</body>