Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt |
| index f249364f457530b4e984d28f50d1c1a0ae10ea27..c4fab15d583d42fc27f678d336bee76dc963190d 100644 |
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt |
| @@ -8,7 +8,7 @@ |
| "paintInvalidations": [ |
| { |
| "object": "LayoutBlockFlow DIV id='box' class='green box blurry'", |
| - "rect": [8, 8, 329, 329], |
| + "rect": [8, 8, 330, 330], |
| "reason": "subtree" |
| } |
| ] |
| @@ -23,13 +23,13 @@ |
| "paintInvalidations": [ |
| { |
| "object": "LayoutBlockFlow DIV id='box' class='green box blurry'", |
| - "rect": [-29, -29, 258, 258], |
| - "reason": "subtree" |
| + "rect": [0, 0, 200, 200], |
|
Xianzhu
2017/01/26 23:17:45
This change is because we no longer map the rect w
|
| + "reason": "full" |
| }, |
| { |
| "object": "LayoutBlockFlow DIV id='box' class='green box blurry'", |
| "rect": [0, 0, 200, 200], |
| - "reason": "full" |
| + "reason": "subtree" |
| } |
| ] |
| } |