| Index: third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline-expected.txt
|
| index de9aaa6bcb372122879419fc3e4e47d4795a5cf7..52490817d0ef4b90988d1cbe1a1595f232ec2f3a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/border-radius-with-outline-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [45, 45, 310, 310],
|
| - [45, 45, 190, 310]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [45, 45, 190, 310],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [45, 45, 310, 310],
|
| + "reason": "outline"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|