tor-browser

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

outline-offset.html (460B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>ttwf-reftest-outline-offset-ref</title>
      5    <link rel="author" title="jy-jeung" href="mailto:kein119@naver.com">
      6    <style type="text/css">
      7 	div
      8 		{
      9 		display:inline-block;
     10 		margin:10px;
     11 		width:180px;
     12 		height:80px;
     13 		border:2px solid green;
     14 		outline:2px solid red;
     15 		outline-offset:10px;
     16 		}
     17    </style>
     18 </head>
     19 <body>
     20 <p>PASS if there a space between the border.</p>
     21    <div>
     22 </div>
     23 </body>
     24 </html>