tor-browser

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

outline-offset.html (625B)


      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    <link rel="help" href="http://www.w3.org/TR/css3-ui/#outline-offset">
      7    <link rel="match" href="reference/outline-offset.html">
      8    <style type="text/css">
      9 	div
     10 		{
     11 		display:inline-block;
     12 		outline:2px solid red;
     13 		}
     14 	div span
     15 		{
     16 		display:block;
     17 		width:180px;
     18 		margin:10px;
     19 		height:80px;
     20 		border:2px solid green;
     21 		}
     22    </style>
     23 </head>
     24 <body>
     25 <p>PASS if there a space between the border.</p>
     26    <div>
     27 	<span></span>
     28 </div>
     29 </body>
     30 </html>