css-e-notation-ref-2.html (534B)
1 <!DOCTYPE html> 2 <title>CSS test Reference File</title> 3 <link rel="author" title="Bert Bos" href="mailto:bert@w3.org"> 4 <style> 5 body {background: white; color: black; min-width: 300px} 6 .t {background: black; color: white; width: 300px} 7 </style> 8 <body> 9 <p>Test passes if all rectangles below are 300px wide 10 <p class=t>300px 11 <p class=t>300px 12 <p class=t>300px 13 <p class=t>300px 14 <p class=t>300px 15 <p class=t>300px 16 <p class=t>300px 17 <p class=t>300px 18 <p class=t>300px 19 <p class=t>300px 20 </body>