tor-browser

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

background-repeat-round-roundup.xht (2194B)


      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 Test Reference: background-repeat:round, rounding up</title>
      5     <link rel="author" title="Jeffrey Carl Faden" href="http://www.jeffreyatw.com/" />
      6     <style type="text/css">
      7       <![CDATA[
      8       div {
      9         height: 212px;
     10         width: 252px;
     11       }
     12       div > img {
     13         float: left;
     14         height: 53px;
     15         width: 84px;
     16       }
     17       ]]>
     18     </style>
     19   </head>
     20   <body>
     21     <p><img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/></p>
     22     <p>Test passes if the above image repeats in the below rectangle 12 times exactly: 3 columns, 4 rows. The top border of the containing rectangle should be orange, the right border yellow, the bottom border green, and the left border blue.</p>
     23     <p>Test fails if the above image repeats in below rectangle less than 12 times, with partial images lining the right and the bottom.</p>
     24     <div>
     25       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     26       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     27       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     28       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     29       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     30       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     31       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     32       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     33       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     34       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     35       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     36       <img src="support/rectangle-96x60.png" alt="Image download support must be enabled"/>
     37     </div>
     38   </body>
     39 </html>