| Index: third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| index ac5faacffca7d3ecff03d9fecb100964da78436e..1ca7892bfdafb4010be0dc0a2f48c114b711afd4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [28, 54, 500, 50],
|
| - [28, 54, 250, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='test' class='stretchy'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='test' class='stretchy'",
|
| + "rect": [28, 54, 500, 50],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='test' class='stretchy'",
|
| + "rect": [28, 54, 250, 50],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|