| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
|
| index d55ad6caee76c1775f60c656b2a3a7a611e777c5..8d27ef7089713cdbe5d1b23b7d9747fa27b1756a 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-late-marker-and-object-creation-expected.txt
|
| @@ -14,12 +14,12 @@
|
| {
|
| "object": "LayoutSVGPath path",
|
| "rect": [202, 211, 112, 112],
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutSVGContainer g id='content'",
|
| "rect": [203, 211, 111, 111],
|
| - "reason": "became visible"
|
| + "reason": "appeared"
|
| }
|
| ]
|
| }
|
| @@ -27,19 +27,19 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutSVGContainer g id='content'",
|
| - "reason": "became visible"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutSVGPath path",
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutSVGResourceMarker marker id='markerMiddle'",
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutSVGEllipse circle",
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| },
|
| {
|
| "object": "LayoutSVGPath path",
|
|
|