dir-selector-white-space-001-ref.html (345B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type="text/css"> 5 div { 6 width: 100px; 7 height: 100px; 8 background-color: green; 9 } 10 </style> 11 </head> 12 <body> 13 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 14 <div></div> 15 <div></div> 16 <div></div> 17 </body> 18 </html>