haikuwebkit/LayoutTests/fast/multicol/assert-with-nested-columns-...

22 lines
326 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
h2 {
column-span: all
}
div {
column-width: 10px;
}
</style>
</head>
<body>
PASS if no assert in debug.
<body><div><div><h2></h2></div><video controls=""></video><h2></h2></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>