| Index: third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer-expected.txt
|
| index 035466a22e5be0232e2e32696129c039dd5ba683..00b901d98ff46f2c6a5becaab0ec25b6d2762bdd 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/compositing/repaint/should-not-clip-composited-viewport-scrolling-layer-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [5008, 5016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [7, 8, 5001, 5000]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='content'",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='content'",
|
| + "rect": [7, 8, 5001, 5000],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|