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