blob: 3496c791ec5efff226f02f9f88f97b5ad7842c5e [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>This tests that quotes with overflow and float do not crash.</title>
<style>
q::after {
overflow-y: -webkit-paged-x;
float: right;
}
</style>
</head>
<body>
PASS if no crash or assert.
<q></q><q></q>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>