| Index: third_party/WebKit/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt
|
| index 6ee7647d9dcab3207fad8c389951c481e83da564..018ee8484bb50d1954d48ed43b3b4ffb1596490a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/border-repaint-glitch-expected.txt
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [33, 391, 172, 20],
|
| - [33, 231, 172, 20],
|
| - [19, 405, 200, 20],
|
| - [19, 401, 200, 24],
|
| - [19, 245, 200, 20],
|
| - [19, 241, 200, 24]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='a'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='b'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 245, 200, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 241, 200, 24],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 405, 200, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 401, 200, 24],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='a'",
|
| + "rect": [33, 231, 172, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='b'",
|
| + "rect": [33, 391, 172, 20],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|