| Index: third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
|
| index 4db3a0907dcb887e4bd6de347a62533b3800ddda..ab694cda00647d6fd487aea5f5d7d2bd92eb2abc 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-without-border-expected.txt
|
| @@ -8,23 +8,13 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target1'",
|
| - "rect": [80, 0, 120, 100],
|
| - "reason": "incremental"
|
| + "rect": [0, 0, 200, 100],
|
| + "reason": "border box change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target2'",
|
| - "rect": [0, 275, 100, 125],
|
| - "reason": "incremental"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target1'",
|
| - "rect": [100, 0, 100, 100],
|
| - "reason": "incremental"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target2'",
|
| - "rect": [0, 300, 100, 100],
|
| - "reason": "incremental"
|
| + "rect": [0, 200, 100, 200],
|
| + "reason": "border box change"
|
| }
|
| ]
|
| }
|
| @@ -32,11 +22,11 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target1'",
|
| - "reason": "incremental"
|
| + "reason": "border box change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target2'",
|
| - "reason": "incremental"
|
| + "reason": "border box change"
|
| }
|
| ]
|
| }
|
|
|