tor-browser

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

image-fit-001.xht (763B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: Object Fit - initial value</title>
      5   <link rel="author" title="Tom Clancy" href="mailto:tclancy@revenution.com"/>
      6   <link rel="help" href="https://www.w3.org/TR/css-images-3/#the-object-fit"/>
      7   <meta name="assert" content="The initial value of the 'object-fit' property is 'fill'."/>
      8   <style type="text/css"><![CDATA[
      9    img {
     10     background: red;
     11     height: 100px;
     12     width: 50px;
     13    }
     14   ]]></style>
     15  </head>
     16  <body>
     17   <div>A green block appears below. There must be no red on the page.</div>
     18   <div><img src="support/swatch-green.png" alt="Failed: image missing"/></div>
     19  </body>
     20 </html>