| Index: third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
|
| index 8e980e48b3d767fcf128f89bb69189edc3378489..31306a385cb4dd8b9260f2b88475a85b0cb62f6c 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
|
| @@ -11,12 +11,17 @@
|
| "bounds": [500, 500],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [-2000, -2000, 5000, 5000]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='content'",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='content'",
|
| + "rect": [-2000, -2000, 5000, 5000],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -26,12 +31,17 @@
|
| {
|
| "bounds": [5000, 5000],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 5000, 5000]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='content'",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='content'",
|
| + "rect": [0, 0, 5000, 5000],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -42,15 +52,23 @@
|
| {
|
| "position": [0, 485],
|
| "bounds": [485, 15],
|
| - "repaintRects": [
|
| - [0, 0, 485, 15]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "Horizontal Scrollbar Layer",
|
| + "rect": [0, 0, 485, 15],
|
| + "reason": "full"
|
| + }
|
| ]
|
| },
|
| {
|
| "position": [485, 0],
|
| "bounds": [15, 485],
|
| - "repaintRects": [
|
| - [0, 0, 15, 485]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "Vertical Scrollbar Layer",
|
| + "rect": [0, 0, 15, 485],
|
| + "reason": "full"
|
| + }
|
| ]
|
| },
|
| {
|
|
|