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