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

Unified Diff: LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle-expected.txt

Issue 672853002: Implement "auto -> angle" animation on <marker> orient attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle-expected.txt
diff --git a/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto-expected.txt b/LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle-expected.txt
similarity index 93%
copy from LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto-expected.txt
copy to LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle-expected.txt
index 7e1cca99591e6b0ee66cfddcabc91578b2b954bb..d6a5f71da9ac17a6b09ea94c51a5acb772833aca 100644
--- a/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto-expected.txt
+++ b/LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle-expected.txt
@@ -1,6 +1,4 @@
-SVG 1.1 dynamic animation tests
-
-Animate SVGMarkerElement orientAttr from an angle to auto
+Animate SVGMarkerElement orientAttr from auto to an angle
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -9,14 +7,6 @@ PASS marker.orientAngle.animVal.value is 0
PASS marker.orientAngle.baseVal.value is 0
PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
-PASS marker.orientAngle.animVal.value is 90
-PASS marker.orientAngle.baseVal.value is 0
-PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
-PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
-PASS marker.orientAngle.animVal.value is 90
-PASS marker.orientAngle.baseVal.value is 0
-PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
-PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
PASS marker.orientAngle.animVal.value is 0
PASS marker.orientAngle.baseVal.value is 0
PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO
@@ -25,11 +15,19 @@ PASS marker.orientAngle.animVal.value is 0
PASS marker.orientAngle.baseVal.value is 0
PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO
PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
-PASS marker.orientAngle.animVal.value is 0
+PASS marker.orientAngle.animVal.value is 90
PASS marker.orientAngle.baseVal.value is 0
-PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO
+PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
+PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
+PASS marker.orientAngle.animVal.value is 90
+PASS marker.orientAngle.baseVal.value is 0
+PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
+PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
+PASS marker.orientAngle.animVal.value is 90
+PASS marker.orientAngle.baseVal.value is 0
+PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
PASS successfullyParsed is true
TEST COMPLETE
-
+SVG 1.1 dynamic animation tests
« no previous file with comments | « LayoutTests/svg/animations/animate-marker-orient-from-auto-to-angle.html ('k') | Source/core/svg/SVGAngle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698