blob: 390d37d0165a18ac3831785bf4991fa637f55fc7 [file] [log] [blame]
<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS reference file</title>
<style>
.test {
font: 32px sans-serif;
writing-mode: sideways-lr;
}
</style>
<body>
<p>Test passes if the digits are NOT rotated or compressed to appear horizontally</p>
<div class="test">AB123CD</div>