content-001-ref.html (250B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 border: 2px solid black; 7 height: 30px; 8 } 9 </style> 10 <body> 11 <p>Test passes if there is no red visible on the page.</p> 12 <div></div> 13 </body>