mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
14 lines
324 B
HTML
14 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>
|