Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>
CSS Gap Decorations: Empty flex container should not crash.
</title>
<link rel="author" title="Sam Davis Omekara Jr." href="mailto:samomekarajr@microsoft.com">
<style>
* {
display: flex;
column-rule-style: dotted;
}
</style>
<div></div>