haikuwebkit/LayoutTests/fast/text/vertical-quotation-marks.html

13 lines
348 B
HTML

<!-- webkit-test-runner [ useThreadedScrolling=false ] -->
<!-- This test depends on subpixel quantization being disabled, which is the case when threaded scrolling is disabled. -->
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="line-height: 50px; -webkit-writing-mode:vertical-rl;">
What&#x2019;s going&#x2018; on?
</div>
</body>
</html