mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
20 lines
No EOL
449 B
HTML
20 lines
No EOL
449 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: 200px;
|
|
padding: 40px;
|
|
border: 10px double;
|
|
border-radius: 50%;
|
|
background: url(aqua-yellow-32x32.png) padding-box top -15px left 0;
|
|
}
|
|
p {
|
|
margin-top: 5px;
|
|
}
|
|
</style>
|
|
</head><body><div id="outer">
|
|
<p>Test</p>
|
|
</div>
|
|
</body></html> |