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

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

Issue 539833004: [SVG2] Add support for marker orient="auto-start-reverse". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add dump-render-tree output + fix nit and test Created 6 years, 3 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-auto-start-reverse-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-auto-start-reverse-expected.txt
similarity index 88%
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-auto-start-reverse-expected.txt
index 7e1cca99591e6b0ee66cfddcabc91578b2b954bb..182ce664a6ca1fb181901f0017f01e5755870778 100644
--- a/LayoutTests/svg/animations/animate-marker-orient-from-angle-to-auto-expected.txt
+++ b/LayoutTests/svg/animations/animate-marker-orient-from-auto-to-auto-start-reverse-expected.txt
@@ -1,6 +1,6 @@
SVG 1.1 dynamic animation tests
-Animate SVGMarkerElement orientAttr from an angle to auto
+Animate SVGMarkerElement orientAttr from auto to auto-start-reverse
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -9,25 +9,25 @@ 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.animVal.value is 0
PASS marker.orientAngle.baseVal.value is 0
-PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
+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 90
+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.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.baseVal.value is 0
-PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO
+PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN
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
+PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN
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
+PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN
PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698