blob: 263d85613d4b107a0269ea5e33abeb3c1c2a98a7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that.</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
html {
-webkit-column-count: 3;
}
body {
max-height: 0px;
-webkit-column-count: 3;
widows: 2;
}
span {
margin-right: -1px;
}
</style>
</head>
<body>
PASS if no assert in debug.<input><br><br>
<span></span>
</body>
</html>