background-image-001-ref.html (324B)
1 <!DOCTYPE html> 2 <title>background-image referance</title> 3 <link rel="author" title="Justin Hill" href="http://www.justin-hill.com"> 4 <style> 5 .green { 6 top:50px; 7 left:50px; 8 } 9 </style> 10 <body> 11 <p> Test passes if green image shows and no red visable.</p> 12 <img class="green" src="../support/green.png"> 13 </body>