tor-browser

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

mix-blend-mode-in-svg-image-ref.html (425B)


      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 		width: 100px;
     10 		height:100px;
     11 		background-color: #0F0;
     12 	}
     13 	</style>
     14 </head>
     15 <body>
     16 	<p>There should be a green rectangle on the screen. <br>
     17 	   Test passes if you see a green rectangle.</p>
     18 	<div></div>
     19 </body>
     20 </html>