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

Side by Side 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 unified diff | Download patch
OLDNEW
1 SVG 1.1 dynamic animation tests 1 Animate SVGMarkerElement orientAttr from auto to an angle
2 2
3 Animate SVGMarkerElement orientAttr from an angle to auto
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 4
7 5
8 PASS marker.orientAngle.animVal.value is 0 6 PASS marker.orientAngle.animVal.value is 0
9 PASS marker.orientAngle.baseVal.value is 0 7 PASS marker.orientAngle.baseVal.value is 0
10 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE 8 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
11 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE 9 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
12 PASS marker.orientAngle.animVal.value is 90
13 PASS marker.orientAngle.baseVal.value is 0
14 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
15 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
16 PASS marker.orientAngle.animVal.value is 90
17 PASS marker.orientAngle.baseVal.value is 0
18 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
19 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
20 PASS marker.orientAngle.animVal.value is 0 10 PASS marker.orientAngle.animVal.value is 0
21 PASS marker.orientAngle.baseVal.value is 0 11 PASS marker.orientAngle.baseVal.value is 0
22 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO 12 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO
23 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE 13 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
24 PASS marker.orientAngle.animVal.value is 0 14 PASS marker.orientAngle.animVal.value is 0
25 PASS marker.orientAngle.baseVal.value is 0 15 PASS marker.orientAngle.baseVal.value is 0
26 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO 16 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO
27 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE 17 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
28 PASS marker.orientAngle.animVal.value is 0 18 PASS marker.orientAngle.animVal.value is 90
29 PASS marker.orientAngle.baseVal.value is 0 19 PASS marker.orientAngle.baseVal.value is 0
30 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_AUTO 20 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
21 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
22 PASS marker.orientAngle.animVal.value is 90
23 PASS marker.orientAngle.baseVal.value is 0
24 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
25 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
26 PASS marker.orientAngle.animVal.value is 90
27 PASS marker.orientAngle.baseVal.value is 0
28 PASS marker.orientType.animVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
31 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE 29 PASS marker.orientType.baseVal is SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE
32 PASS successfullyParsed is true 30 PASS successfullyParsed is true
33 31
34 TEST COMPLETE 32 TEST COMPLETE
35 33 SVG 1.1 dynamic animation tests
OLDNEW
« 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