tor-browser

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

text-justify-ref-001.html (1036B)


      1 <!DOCTYPE html>
      2 <html  lang="en" >
      3 <head>
      4 <meta charset="utf-8">
      5 <title>text-justify: none</title>
      6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <style type='text/css'>
      9 .test, .ref { border: 1px solid orange;  margin: 20px; width: 290px; color: orange; font: 24px/24px Ahem; }
     10 .ref { position: relative;  height: 72px; }
     11 .rb1 { position: absolute; top: 0; left: 0; background-color: orange; width: 72px;  height: 72px; }
     12 .rb2 { position: absolute; top: 0; left: 96px; background-color: orange; width: 72px;  height: 72px; }
     13 .rb3 { position: absolute; top: 0; left: 192px; background-color: orange; width: 72px;  height: 48px; }
     14 </style>
     15 </head>
     16 <body>
     17 <div id='instructions'>Test passes if the shading in both orange boxes looks the same.</div>
     18 <div class="ref"><div class="rb1"></div><div class="rb2"></div><div class="rb3"></div></div>
     19 <div class="ref"><div class="rb1"></div><div class="rb2"></div><div class="rb3"></div></div>
     20 </body>
     21 </html>