fixed-table-layout-025-ref.html (655B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 6 <link rel="author" title="Adapted for vertical layout by Simon Montagu" href="http:/mozilla.org/"> 7 <style type="text/css"> 8 div.square 9 { 10 width: 100px; 11 height: 100px; 12 } 13 div.green 14 { 15 background-color: green; 16 } 17 </style> 18 </head> 19 <body> 20 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 21 <div class="green square"></div> 22 </body> 23 </html>