| Index: third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| index 032f0864606c4b2765872e3657adf18e32bf3059..d59fd00120e635eb284f721e9b3d13b4d45172fb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 108, 100, 100],
|
| - [8, 8, 100, 200],
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target' class='square'",
|
| - "LayoutBlockFlow DIV class='square'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='square'",
|
| + "rect": [8, 108, 100, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target' class='square'",
|
| + "rect": [8, 8, 100, 200],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target' class='square'",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|