tor-browser

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

run-in-inherit-001-ref.xht (980B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3   <head>
      4     <title>CSS Reftest Reference</title>
      5     <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
      6     <link rel="reviewer" title="Microsoft" href="http://www.microsoft.com/" />
      7     <style type="text/css">
      8       .run-in { font-weight: bold; color: green; border: 10px outset orange; }
      9       #target { border: 2px solid black; margin: 2em; padding: 10px; }
     10       body { border: 10px outset orange; }
     11     </style>
     12   </head>
     13   <body>
     14     <div id="target"><span class="run-in">Run-in header</span>Start of block.
     15     The run-in header should be inside the border around this block, should be
     16     colored green, and should have an outset orange border.  There should be
     17     2em of space on each side between the black border of the block and outset
     18     orange border around it.</div>
     19   </body>
     20 </html>