Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/path-multiple-movetos-expected.svg

Issue 1635323002: [SVG] Fix SVGPathBuilder subpath point tracking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specific m_lastCommand initializer no longer required Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/custom/path-multiple-movetos-expected.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/feDisplacementMap-invalid-selector-expected.svg b/third_party/WebKit/LayoutTests/svg/custom/path-multiple-movetos-expected.svg
similarity index 57%
copy from third_party/WebKit/LayoutTests/svg/custom/feDisplacementMap-invalid-selector-expected.svg
copy to third_party/WebKit/LayoutTests/svg/custom/path-multiple-movetos-expected.svg
index c00ca87d5183306e26bf2cbe85a4d328f67682ee..e8e8c23bed24f8edc12a7e42694e5df3ea3b6381 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/feDisplacementMap-invalid-selector-expected.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/path-multiple-movetos-expected.svg
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
- <rect width="100" height="100" fill="green"/>
+ <rect x="100" y="100" width="100" height="100" fill="green"/>
</svg>
+

Powered by Google App Engine
This is Rietveld 408576698