blob: e60239655a07ca6ea3173356420c934ec10b2231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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">
|