tor-browser

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

text-indent-vrl-002.xht (1512B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Writing Modes Test: 'text-indent' with absolute unit, 'direction: ltr' in 'vertical-rl' writing-mode (orthogonal)</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10   <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direction-layout" title="7.4 Flow-Relative Mappings" />
     11   <link rel="match" href="text-indent-vrl-002-ref.xht" />
     12 
     13 
     14   <meta content="ahem image" name="flags" />
     15   <meta content="This test checks that 'text-indent' will indent the first line of text at line-start. Text of a line box in 'direction: ltr' and with 'writing-mode: vertical-rl' starts at top toward the bottom and progress toward the bottom." name="assert" />
     16 
     17   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     18   <style type="text/css"><![CDATA[
     19   div
     20     {
     21       color: green;
     22       font: 80px/1 Ahem; /* computes to 80px/80px */
     23       height: 320px;
     24       width: 320px;
     25     }
     26 
     27   div
     28     {
     29       background: red url("support/bg-red-4col-2row-320x320.png");
     30       direction: ltr;
     31       text-indent: 80px;
     32       writing-mode: vertical-rl;
     33     }
     34   ]]></style>
     35  </head>
     36 
     37  <body>
     38 
     39   <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
     40 
     41   <div>A</div>
     42 
     43  </body>
     44 </html>