ref-filled-green-200px-square.html (345B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reftest Reference</title> 4 <link rel="author" title="Javier Fernandez Garcia-Boente" href="jfernandez@igalia.com" /> 5 <style> 6 div { 7 background-color: green; 8 height: 200px; 9 width: 200px; 10 } 11 </style> 12 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 13 <div></div>