| Index: third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt
|
| index 3cf1167357a7b22f1d4cc35071e949dbb7ca60c8..e570c3581c3f38a7f1a05c77ebc6ffafdac1695d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [208, 200, 100, 100],
|
| - [8, 200, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='block'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| + "rect": [8, 200, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| + "rect": [208, 200, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|