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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/animateMotion-still-expected.txt

Issue 1418663004: SVG animateMotion paths that only cause offsets are no longer ignored (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/animations/animateMotion-still-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animateMotion-fill-freeze-expected.txt b/third_party/WebKit/LayoutTests/svg/animations/animateMotion-still-expected.txt
similarity index 71%
copy from third_party/WebKit/LayoutTests/svg/animations/animateMotion-fill-freeze-expected.txt
copy to third_party/WebKit/LayoutTests/svg/animations/animateMotion-still-expected.txt
index 17fa2320ffc84a9ca49c2b39504cb70858bc8502..6d30bfddb5009ba29cbacd3c88772c6682a85f96 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/animateMotion-fill-freeze-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/animations/animateMotion-still-expected.txt
@@ -2,15 +2,16 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
SVG 1.1 dynamic animation tests
-Test for animation freeze when repeatDur is not a multiple of dur
+Test animations that only express an offset
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS rootSVGElement.getBBox().x is 0
-PASS rootSVGElement.getBBox().x is 50
-PASS rootSVGElement.getBBox().x is 100
PASS rootSVGElement.getBBox().x is 100
+PASS rootSVGElement.getBBox().x is 200
+PASS rootSVGElement.getBBox().x is 200
+PASS rootSVGElement.getBBox().x is 0
+PASS rootSVGElement.getBBox().x is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698