| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-scale-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scale-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scale-expected.txt
|
| index e3d26d804e6d666090eb1a15b5091700aea268c2..968707f0930e91ee340d30bdb0e928f32afbaa83 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scale-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scale-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [125, 325, 50, 50],
|
| - [100, 300, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='t' class='green translated'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t' class='green translated'",
|
| + "rect": [125, 325, 50, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t' class='green translated'",
|
| + "rect": [100, 300, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|