servo/tests/wpt/css-tests/css-backgrounds-3_dev/html4/reference/attachment-local-positioning-5-ref.htm

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>