outline-applies-to-016-ref.xht (654B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test Reference</title> 5 <style type="text/css"> 6 #test 7 { 8 outline: solid blue 10px; 9 height: 1in; 10 width: 1in; 11 } 12 #table 13 { 14 display: table; 15 } 16 </style> 17 </head> 18 <body> 19 <p>Test passes if there is a blue box below.</p> 20 <div id="table"> 21 <img id="test"></img> 22 </div> 23 </body> 24 </html>