| Index: third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt
|
| index bb7ecc4f69dd8a923ebcf7862eca1cd0c645d23f..f9ac4eeb2abb2856af67f47f0f8e18af9e165228 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt
|
| @@ -1,20 +1,22 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target2'",
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target3'",
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target3'",
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|