tor-browser

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

flexbox_quirks_body-ref.html (399B)


      1 <!doctype quirks>
      2 <title>CSS Test: Flex body in quirks mode</title>
      3 <link rel="author" title="Aleks Totic" href="atotic@chromium.org">
      4 <style>
      5 html {
      6  margin:3px 6px 9px 12px;
      7  padding: 0px;
      8  background-color: green;
      9 }
     10 body {
     11  display: block;
     12  margin: 7px 11px 14px 23px;;
     13  padding: 0px;
     14  background-color: yellow;
     15 }
     16 </style>
     17 Flex body in quirks mode should fill viewport except for margins.