tor-browser

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

page-flow-direction-srl-004.xht (1540B)


      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: 'writing-mode: sideways-rl' - default page flow (progression) direction</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-4/#writing-mode" title="3.1 Block Flow Direction: the writing-mode property" />
     11 
     12   <meta content="image paged" name="flags" />
     13   <meta content="This test checks that when 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is right-to-left." name="assert" />
     14 
     15   <style type="text/css" media="print"><![CDATA[
     16   html
     17     {
     18       writing-mode: sideways-rl;
     19     }
     20 
     21   body, div
     22     {
     23       width: 100%;
     24   /* width: 100% will force a page-break in sideways-rl writing-mode */
     25     }
     26   ]]></style>
     27  </head>
     28 
     29  <body>
     30 
     31   <div><img src="support/page-flow-direction-002p1.png" alt="Image download support must be enabled" /></div>
     32 
     33   <div><img src="support/page-flow-direction-002p2.png" alt="Image download support must be enabled" /></div>
     34 
     35   <div><img src="support/page-flow-direction-002p3.png" alt="Image download support must be enabled" /></div>
     36 
     37   <div><img src="support/page-flow-direction-002p4.png" alt="Image download support must be enabled" /></div>
     38 
     39  </body>
     40 </html>