12 lines
277 B
HTML
12 lines
277 B
HTML
<!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>
|