| Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
|
| similarity index 60%
|
| copy from third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt
|
| copy to third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
|
| index 321ec7aa6ab2699ca868a3c9fad3c84f58d7c77d..8d23ceb7a83454429d3ee92d8407750646c23987 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
|
| @@ -1,23 +1,31 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "rect": [20, 20, 100, 100],
|
| + "rect": [85, 70, 91, 92],
|
| "reason": "bounds change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "rect": [0, 0, 100, 100],
|
| + "rect": [84, 70, 91, 92],
|
| "reason": "bounds change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|