tor-browser

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

body-margin-2j.html (395B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Test that body's marginheight attribute takes precedence over other body margin presentational attributes in quirks mode</title>
      4 <link rel=match href="body-margin-2-ref.html">
      5 <iframe marginheight="20" src="data:text/html,<body marginheight='100' topmargin='40' bottommargin='50'>100px top/bottom margins, default left/right margins</body>"></iframe>