blob: cc668a81ee8d2a1fdc3215231bc20c621c463583 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
q:before {
position: fixed;
-webkit-animation-name: name1;
-webkit-animation-duration: 1s;
}
@-webkit-keyframes name1 {
from {
column-width: 10px;
}
to {
column-width: 20px;
}
}
</style>
<q>PASS if no crash or assert in debug</q>