<!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> |