| Index: third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
|
| index bcf1ffcf621f2a4c8a7f7fd851779629614b40e9..ca267faa2b2de31761ac881de8a53eac3df4df2b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
|
| @@ -16,11 +16,12 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#008000",
|
| - "repaintRects": [
|
| - [100, 0, 100, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='resize' class='accelerated'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resize' class='accelerated'",
|
| + "rect": [100, 0, 100, 200],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|