mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
30 lines
No EOL
730 B
HTML
30 lines
No EOL
730 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Reftest Reference: background-attachment: local</title>
|
|
<link href="http://exyr.org/about/" rel="author" title="Simon Sapin" />
|
|
<style>
|
|
#outer {
|
|
border: solid;
|
|
background: url(aqua-yellow-32x32.png) local no-repeat 178px 278px;
|
|
overflow: hidden;
|
|
width: 200px;
|
|
height: 300px;
|
|
}
|
|
div div {
|
|
width: 250px;
|
|
height: 370px;
|
|
}
|
|
p {
|
|
margin: 0;
|
|
padding-top: 100px;
|
|
text-align: right;
|
|
position: relative;
|
|
top: -60px;
|
|
left: -40px;
|
|
}
|
|
</style>
|
|
</head><body><div id="outer">
|
|
<div>
|
|
<p>Lorem ipsum dolor sit amet</p>
|
|
</div>
|
|
</div>
|
|
</body></html> |