mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
19 lines
418 B
HTML
19 lines
418 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>
|
|
#outer {
|
|
width: 200px;
|
|
height: 255px;
|
|
padding: 25px 40px 0;
|
|
border: 10px dashed;
|
|
background: url(aqua-yellow-32x32.png) content-box;
|
|
}
|
|
p {
|
|
margin-top: 20px;
|
|
}
|
|
</style>
|
|
</head><body><div id="outer">
|
|
<p>Test</p>
|
|
</div>
|
|
</body></html> |