1
0
Fork 0
firefox/testing/web-platform/tests/css/css-backgrounds/reference/background-image-001-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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>