| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt
|
| index d387a85b0e2728afd76398d7dc7d1152893a0204..3a95fa5f957b3fb43e2468f336f33577289aacff 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -23,6 +25,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='box'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "reason": "subtree"
|
| + }
|
| ]
|
| }
|
|
|
|
|