tor-browser

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

134706-4-ref.html (3017B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      2 <html lang="en-US">
      3 <head>
      4 <title>CSS 2.1 Test Suite: Test for flow around floats (reference)</title>
      5 <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
      6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      8 <meta http-equiv="Content-Style-Type" content="text/css">
      9 </head>
     10 <body>
     11 
     12 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     13  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
     14  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
     15  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
     16 </div>
     17 
     18 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     19  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
     20  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
     21  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
     22 </div>
     23 
     24 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     25  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
     26  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
     27  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
     28 </div>
     29 
     30 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     31  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
     32  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
     33  <div style="float:left; width: 150px; height: 10px; background: purple"></div>
     34 </div>
     35 
     36 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     37  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
     38  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
     39  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
     40 </div>
     41 
     42 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     43  <div style="float:left; background:blue; width: 100px; height: 20px"></div>
     44  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
     45  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
     46 </div>
     47 
     48 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     49  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
     50  <div style="float:left; background:silver; width: 100px; height: 6px"></div>
     51  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
     52 </div>
     53 
     54 <div style="width: 300px; height: 20px; background: aqua"><tr><td>
     55  <div style="float:right; background:blue; width: 100px; height: 20px"></div>
     56  <div style="float:right; background:silver; width: 100px; height: 6px"></div>
     57  <div style="float:left; width: 100px; height: 10px; background: purple"></div>
     58 </div>
     59 
     60 </body>
     61 </html>