tor-browser

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

body-margin-1j.html (392B)


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