Bug 1729777 [wpt PR 30405] - Parsing for contain-intrinsic-size: auto <length>, a...
[gecko.git] / testing / web-platform / tests / css / css-backgrounds / table-cell-background-local-ref.html
blobb6088dd39ad951876641441c19d825c8fc0afa75
1 <!DOCTYPE html>
2 Passes if there is a brown square.
3 <div id="target"
4 style="overflow: hidden; width: 100px; height: 100px;
5 background: linear-gradient(to bottom right, green, red);
6 background-attachment: local">
7 <div style="width: 3000px; height: 3000px"></div>
8 </div>
9 <script>
10 target.scrollTop = 1500;
11 target.scrollLeft = 1500;
12 </script>