| Index: third_party/WebKit/LayoutTests/paint/invalidation/focus-ring-on-continuation-move-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/focus-ring-on-continuation-move-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/focus-ring-on-continuation-move-expected.txt
|
| index 55ee563343db8de96c14ea86ef111a96c82e3e30..17cfc781d05a8ddd7819cb80c234fd4eee4925a7 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/focus-ring-on-continuation-move-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/focus-ring-on-continuation-move-expected.txt
|
| @@ -7,13 +7,23 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| + "object": "LayoutInline SPAN",
|
| + "rect": [207, 231, 102, 102],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN",
|
| + "rect": [7, 231, 102, 102],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| - "rect": [208, 200, 100, 100],
|
| + "rect": [208, 232, 100, 100],
|
| "reason": "bounds change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| - "rect": [8, 200, 100, 100],
|
| + "rect": [8, 232, 100, 100],
|
| "reason": "bounds change"
|
| }
|
| ]
|
| @@ -21,6 +31,10 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "LayoutInline SPAN",
|
| + "reason": "outline"
|
| + },
|
| + {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='block'",
|
| "reason": "bounds change"
|
| }
|
|
|