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-011-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<head>
<title>Make sure we don't crash when we don't have a gap and also have a repeater for color</title>
<link rel="author" title="Javier Contreras" href="mailto:javiercon@microsoft.com">
</head>
<style>
#current {
column-rule-style: solid;
columns: 2;
height: 1px;
column-rule-color: repeat(auto, blue);
}
</style>
<div id="current"></div>