| Index: third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt
|
| index aa27b35907e166e1f71f36057edb48ffed111bf3..423ccf3bda30b34596503a4958325badf2346e51 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-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,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|