mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
18 lines
No EOL
390 B
HTML
18 lines
No EOL
390 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>CSS Reftest Reference: background-attachment: scroll</title>
|
|
<link href="http://exyr.org/about/" rel="author" title="Simon Sapin">
|
|
<style>
|
|
div {
|
|
background: url(aqua-yellow-32x32.png) no-repeat 100px 100px;
|
|
overflow: hidden;
|
|
height: 200px;
|
|
}
|
|
p {
|
|
padding-top: 40px;
|
|
height: 500px;
|
|
}
|
|
</style>
|
|
</head><body><div>
|
|
<p>Test</p>
|
|
</div>
|
|
</body></html> |