| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt
|
| index 2143287cbbfa6aee12417a58d0788e2419cd110a..0bc5f0704888ffc6ac27901ddcb21a80fadf3a6b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-inset-expected.txt
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [29, 229, 180, 20],
|
| - [29, 69, 180, 20],
|
| - [19, 189, 200, 60],
|
| - [19, 189, 200, 40],
|
| - [19, 29, 200, 60],
|
| - [19, 29, 200, 40]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='a'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='b'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 29, 200, 60],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 29, 200, 40],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 189, 200, 40],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 189, 200, 60],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='a'",
|
| + "rect": [29, 69, 180, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='b'",
|
| + "rect": [29, 229, 180, 20],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|