haikuwebkit/LayoutTests/fast/inline/out-of-flow-quotation-text-...

17 lines
221 B
HTML

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