tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1134744-radio-checkbox-baseline-1-ref.html (622B)


      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;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 <!-- these two blocks should look the same -->
     17 <div style="writing-mode: vertical-lr; text-orientation: sideways-right">
     18 <label><input type="checkbox">Checkbox</label></br>
     19 <label><input type="radio">Radio</label></br>
     20 </div>
     21 <div style="writing-mode: vertical-rl; text-orientation: sideways-right">
     22 <label><input type="radio">Radio</label></br>
     23 <label><input type="checkbox">Checkbox</label></br>
     24 </div>
     25 </body>
     26 </html>