tor-browser

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

mix-blend-mode-svg-rectangle-ref.html (472B)


      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 	p {
      9 		background: white;
     10 	}
     11 	div {
     12 		width: 100px;
     13 		height:100px;
     14 		background-color: black;/*rgb(0,0,0);*/
     15 	}
     16 	</style>
     17 </head>
     18 <body>
     19 	<p>There should be no red rectangle on the screen. <br>
     20 	   Test passes if you see a black rectangle.</p>
     21 	<div></div>
     22 </body>
     23 </html>