mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
12 lines
313 B
HTML
12 lines
313 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1134937">
|
|
<style>
|
|
.item {
|
|
background: cyan;
|
|
background-attachment: local;
|
|
overflow: clip;
|
|
border-style: solid
|
|
}
|
|
</style>
|
|
<div class="item">
|