| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| index fc752ba3e18d8aacf3363c51d074ca1b06fc7f7c..c49aa2087e60c0e7310e15e536b83bd39e139fa8 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| @@ -26,8 +26,12 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#FF0000",
|
| - "repaintRects": [
|
| - [0, 0, 100, 100]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -62,8 +66,12 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#0000FF",
|
| - "repaintRects": [
|
| - [0, 0, 100, 100]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|