| Index: third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-accelerated-on-accelerated-filter-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-accelerated-on-accelerated-filter-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-accelerated-on-accelerated-filter-expected.txt
|
| index 007473ac4b6431ded223c047ed9b2786c5f215e4..ba5da9a339a4270f541e48df2f750e536ada2a20 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-accelerated-on-accelerated-filter-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-accelerated-on-accelerated-filter-expected.txt
|
| @@ -16,12 +16,17 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#008000",
|
| - "repaintRects": [
|
| - [-13, -13, 258, 258],
|
| - [-13, -13, 158, 258]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='resize' class='drop-shadow accelerated'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resize' class='drop-shadow accelerated'",
|
| + "rect": [-13, -13, 258, 258],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resize' class='drop-shadow accelerated'",
|
| + "rect": [-13, -13, 158, 258],
|
| + "reason": "border box change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|