tor-browser

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

block-formatting-contexts-001-ref.xht (698B)


      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 Reftest Reference</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11   <style type="text/css"><![CDATA[
     12   table
     13   {
     14   border: black solid 1px;
     15   border-spacing: 0px;
     16   width: 100%;
     17   }
     18 
     19   td {padding: 0px;}
     20   ]]></style>
     21 
     22  </head>
     23 
     24  <body>
     25 
     26   <p>Test passes if there are 3 lines of "Filler Text".</p>
     27 
     28   <table>
     29       <tr><td>Filler Text</td></tr>
     30       <tr><td>Filler Text</td></tr>
     31       <tr><td>Filler Text</td></tr>
     32   </table>
     33 
     34  </body>
     35 </html>