tor-browser

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

1136557-3-nested-spans-ref.html (818B)


      1 <!DOCTYPE HTML>
      2 <html lang="ja">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Testcase, bug 1136557</title>
      6 <style>
      7 .a { font: 12px serif }
      8 .b { font: 12.25px serif }
      9 .c { font: 12.5px serif }
     10 .d { font: 12.75px serif }
     11 .e { font: 12px sans-serif }
     12 .f { font: 12.25px sans-serif }
     13 .g { font: 12.5px sans-serif }
     14 .h { font: 12.75px sans-serif }
     15 .i { font: 12px monospace }
     16 .j { font: 12.25px monospace }
     17 .k { font: 12.5px monospace }
     18 .l { font: 12.75px monospace }
     19 </style>
     20 </head>
     21 <body>
     22 <div style="writing-mode:vertical-lr">
     23 <p class="a">xyzzy</p>
     24 <p class="b">xyzzy</p>
     25 <p class="c">xyzzy</p>
     26 <p class="d">xyzzy</p>
     27 <p class="e">xyzzy</p>
     28 <p class="f">xyzzy</p>
     29 <p class="g">xyzzy</p>
     30 <p class="h">xyzzy</p>
     31 <p class="i">xyzzy</p>
     32 <p class="j">xyzzy</p>
     33 <p class="k">xyzzy</p>
     34 <p class="l">xyzzy</p>
     35 </div>
     36 </body>
     37 </html>