mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
13 lines
324 B
HTML
13 lines
324 B
HTML
<!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>
|