| Index: third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/invalidation-with-scale-transform-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
|
| similarity index 54%
|
| rename from third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/invalidation-with-scale-transform-expected.txt
|
| rename to third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
|
| index 6d795a45f3fbc4522e896fd53e70beff84e9d76f..48fe0fbef5a245281c9144a51f49bbb37a70071a 100644
|
| --- a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/invalidation-with-scale-transform-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
|
| @@ -7,13 +7,13 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "rect": [85, 70, 91, 91],
|
| + "object": "LayoutBlockFlow (relative positioned) DIV class='child scale'",
|
| + "rect": [9, 58, 40, 40],
|
| "reason": "bounds change"
|
| },
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "rect": [84, 70, 91, 91],
|
| + "object": "LayoutBlockFlow (relative positioned) DIV class='child scale'",
|
| + "rect": [8, 58, 40, 40],
|
| "reason": "bounds change"
|
| }
|
| ]
|
| @@ -21,7 +21,7 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "object": "LayoutBlockFlow (relative positioned) DIV class='child scale'",
|
| "reason": "bounds change"
|
| }
|
| ]
|
|
|