| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| index 9c9b5632a3ddeaeccd9efc2e441595ea28f3a4f5..43ab9f1e065a186acf087056679a3a95cbe694a1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 2016],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -18,6 +20,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='container' class='relative blue'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
|
| + "reason": "subtree"
|
| + }
|
| ]
|
| }
|
|
|
|
|