text-overflow-016-ref.html (342B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Test reference</title> 4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 5 <style> 6 div { 7 margin-left: 60px; 8 background: green; 9 width: 40px; 10 height: 40px; 11 } 12 </style> 13 14 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 15 <div></div>