| Index: LayoutTests/paint/invalidation/non-stacking-scroller-with-abspos-descendant-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/non-stacking-scroller-with-abspos-descendant-expected.html b/LayoutTests/paint/invalidation/non-stacking-scroller-with-abspos-descendant-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f653894e99c6bc3ce5c7658e62bbeff9827ad904
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/non-stacking-scroller-with-abspos-descendant-expected.html
|
| @@ -0,0 +1,10 @@
|
| +<!doctype HTML>
|
| +<div id="target" style="overflow:scroll; width: 300px; height: 300px;">
|
| + <div style="height: 1000px; width: 100px;"></div>
|
| +</div>
|
| +<div style="position: absolute; top: 200px; width: 100px; height: 100px; background: red"></div>
|
| +<script>
|
| +window.onload = function() {
|
| + target.scrollTop += 100;
|
| +}
|
| +</script>
|
|
|