| Index: LayoutTests/paint/invalidation/spv2/repaint-overflow-scrolled-squashed-content-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/repaint-overflow-scrolled-squashed-content-expected.html b/LayoutTests/paint/invalidation/spv2/repaint-overflow-scrolled-squashed-content-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..de319e4dff98033e3ac979dc5e1b3a32d0e8aed5
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/spv2/repaint-overflow-scrolled-squashed-content-expected.html
|
| @@ -0,0 +1,5 @@
|
| +<!doctype html>
|
| +<div style="position: absolute; overflow:scroll; width:200px; height:200px">
|
| + <div id="foo2" style="height: 1000px; width: 150px; background: lightblue; transform: translateZ(0) "></div>
|
| + <div id="foo" style="height: 1000px; width: 100px; position: absolute; top: 0px; left: 0px; background: red"></div>
|
| +</div>
|
|
|