tor-browser

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

background-blend-mode-gradient-image-ref.html (485B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<meta charset="utf-8">
      5 	<title>CSS Reftest Reference</title>
      6 	<link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com">
      7 	<style>
      8 		div {
      9 			margin: 5px;
     10 			width: 130px;
     11 			height: 130px;
     12 			background: black;/*rgb(0,0,0);*/
     13 			display: block;
     14 			float: left;
     15 		}
     16 	</style>
     17 </head>
     18 <body>
     19 	<p>Test passes if there is no red square on the screen. <br>
     20 	You should see a black square.</p>
     21 	<div></div>
     22 </body>
     23 </html>