Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: test reference</title>
<style>
div {
font-family: monospace;
gap: 1ch;
width: 27ch;
columns: 3;
height: 2lh;
border: 1px solid;
margin: 1em;
}
</style>
<p>Test passes if the two boxes bellow are identical.
<div>
Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
</div>
<div>
Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
</div>