Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / writing-mode / 1134744-radio-checkbox-baseline-1.html
blob479b830ccf407acd8c791016fae3aaa59e0af802
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 1134744 testcase</title>
5 <meta charset="utf-8">
6 <style>
7 input { margin: 0 }
8 div {
9 height: 200px;
10 margin: 1px;
11 padding: 1px;
13 </style>
14 </head>
15 <body>
16 <!-- these two blocks should look the same -->
17 <div style="writing-mode: vertical-rl; text-orientation: sideways-right">
18 <label><input type="radio">Radio</label></br>
19 <label><input type="checkbox">Checkbox</label></br>
20 </div>
21 <div style="writing-mode: vertical-lr; text-orientation: sideways-right">
22 <label><input type="checkbox">Checkbox</label></br>
23 <label><input type="radio">Radio</label></br>
24 </div>
25 </body>
26 </html>