tor-browser

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

at-supports-027-ref.html (441B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 	<title>CSS Reftest Reference</title>
      5 	<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      6 	<link rel="author" href="http://opera.com" title="Opera Software ASA">
      7 	<style>
      8 		div {
      9 			background-color:green;
     10 			height:100px;
     11 			width:100px;
     12 		}
     13 	</style>
     14 </head>
     15 <body>
     16 	<p>Test passes if there is a <strong>filled green square</strong>.</p>
     17 	<div></div>
     18 </body>
     19 </html>