css-image-fallbacks-and-annotations-ref.html (424B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Image Fallbacks and Annotations: the 'image()' notation</title> 5 <link rel="author" title="Hirokazu Egashira" href="mailto:yo9ega@aol.com"> 6 <style type="text/css"> 7 .square{ 8 width: 200px; 9 height: 200px; 10 background-color: green; 11 } 12 </style> 13 </head> 14 <body> 15 <p>Test passes if background is green and no red.</p> 16 <div class="square"></div> 17 </body> 18 </html>