| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| index 0845faa5649293ebbeb4d98d153d343650523fb6..e2a06d2bcc85a46ca6ec127490b756605232d4f8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [29, 421, 180, 20],
|
| - [29, 261, 180, 20],
|
| - [15, 377, 208, 68],
|
| - [15, 377, 208, 48],
|
| - [15, 217, 208, 68],
|
| - [15, 217, 208, 48]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='a'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='b'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [15, 217, 208, 68],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [15, 217, 208, 48],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [15, 377, 208, 48],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [15, 377, 208, 68],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='a'",
|
| + "rect": [29, 261, 180, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='b'",
|
| + "rect": [29, 421, 180, 20],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|