logical-box-border-color-visited-link-ref.html (212B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <style> 4 div { 5 background: green; 6 height: 100px; 7 width: 100px; 8 } 9 </style> 10 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 11 <div></div>