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

Side by Side Diff: LayoutTests/svg/animations/animate-marker-orient-from-auto-to-auto-start-reverse.html

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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-marker-orient-from-auto-to-auto-start-reverse-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="resources/SVGTestCase.js"></script> 5 <script src="resources/SVGTestCase.js"></script>
6 <script src="resources/SVGAnimationTestCase.js"></script> 6 <script src="resources/SVGAnimationTestCase.js"></script>
7 </head> 7 </head>
8 <body onload="runSMILTest()"> 8 <body onload="runSMILTest()">
9 <h1>SVG 1.1 dynamic animation tests</h1> 9 <h1>SVG 1.1 dynamic animation tests</h1>
10 <p id="description"></p> 10 <p id="description"></p>
11 <div id="console"></div> 11 <div id="console"></div>
12 <script src="script-tests/accumulate-values-width-animation.js"></script> 12 <script src="script-tests/animate-marker-orient-from-auto-to-auto-start-reverse. js"></script>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-marker-orient-from-auto-to-auto-start-reverse-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698