Index: third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt |
index 6fbb3b6d6b4afb6ff576698429bdb548e2afacaa..7133096bc60339e68df45b32fad21d8e56eb2710 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-marker-creation-expected.txt |
@@ -7,18 +7,17 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutSVGEllipse circle", |
- "rect": [0, 0, 4, 4], |
- "reason": "layoutObject insertion" |
- }, |
- { |
"object": "LayoutSVGPath path", |
"rect": [203, 211, 111, 111], |
"reason": "style change" |
}, |
{ |
+ "object": "LayoutSVGEllipse circle", |
+ "rect": [0, 0, 4, 4], |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
"object": "LayoutSVGResourceMarker marker id='markerMiddle'", |
- "rect": [0, 0, 0, 0], |
"reason": "layoutObject insertion" |
} |
] |