| Index: third_party/WebKit/LayoutTests/paint/invalidation/outline-not-affected-by-descendant-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/outline-not-affected-by-descendant-expected.txt
|
| similarity index 54%
|
| copy from third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt
|
| copy to third_party/WebKit/LayoutTests/paint/invalidation/outline-not-affected-by-descendant-expected.txt
|
| index c5bc11d663ec0e47803b4c0f377405a59556add6..88ec2627b611c493f68ca3247746783510bf3c67 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/border-radius-with-outline-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/outline-not-affected-by-descendant-expected.txt
|
| @@ -7,17 +7,17 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "rect": [45, 45, 310, 310],
|
| - "reason": "outline"
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "rect": [8, 8, 50, 50],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "reason": "outline"
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|