blob: 77b793539d55be3e740fee4da41a6357246dfdee [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we don't assert on huge zoom values for columns.</title>
<style>
* {
column-count: 2;
zoom: 8017;
}
</style>
</head>
<body>
PASS if no assert in debug.
<button></button>
<script>
if (window.testRunner)
testRunner.dumpAsText()
</script>
</body>
</html>