blob: 3de11253b94960bab7e7e4cb83cc4ca97db26d1c [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>This tests that out-of-flow quotes with multicolumn show up.</title>
<head>
<style>
div {
position: fixed;
left: 0px;
top: 0px;
}
</style>
</head>
<body>
<div>"</div>
</body>
</html>