| Index: third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| index 7527fcce623b8ef3a68b7fa498f22c4277e82e37..0bc863227cc5e6370bafe02ca73aadeb56b338fd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -18,6 +20,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|