Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
inline
/
out-of-flow-quotation-text-with-multicolumn-expected.html
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>