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