| Index: third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
|
| index 611551f54dda51d4d92008fe81e69e8539acda60..d8a8645079a830343a60355339c9429fae327151 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt
|
| @@ -12,11 +12,12 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#008000",
|
| - "repaintRects": [
|
| - [0, 0, 400, 400]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='parent'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='parent'",
|
| + "rect": [0, 0, 400, 400],
|
| + "reason": "style change"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -25,11 +26,12 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#0000FF",
|
| - "repaintRects": [
|
| - [0, 0, 75, 75]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='child'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='child'",
|
| + "rect": [0, 0, 75, 75],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|