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

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, 2 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/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 80%
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..1f33a37438a570e493717b549eaab5164238eb12 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,15 @@ 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 0
+PASS rootSVGElement.getBBox().x is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698