blob: 6eae88efb16b3e40b0f9f40698cccb32c893415b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Reset writing-mode and logical property (reference)</title>
</head>
<body>
<p>Test passes if you see a green square.</p>
<math style="writing-mode: horizontal-tb;
padding-top: 200px;
background: green">
<mspace width="200px"/>
</math>
</body>
</html>
|