outline-style-013-ref.html (407B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Basic User Interface Reference File</title> 4 <link rel="author" title="Intel" href="http://www.intel.com/"> 5 <style> 6 #test { 7 border: 2px dashed green; 8 height: 150px; 9 margin: 28px; 10 width: 150px; 11 } 12 </style> 13 <body> 14 <p>Test passes if there is a blank square whose border is <strong>green dashed</strong>.</p> 15 <div id="test"></div> 16 </body>