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

Side by Side Diff: LayoutTests/svg/animations/animate-update-crash.xhtml

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body> 2 <body>
3 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http: //www.w3.org/1999/xlink"> 3 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http: //www.w3.org/1999/xlink">
4 <text> 4 <text>
5 PASS 5 PASS
6 <textPath> 6 <textPath>
7 <tref xlink:href="#foo"> 7 <tref xlink:href="#foo">
8 <animateColor attributeName="keyPoints"></animateColor> 8 <animateColor attributeName="keyPoints"></animateColor>
9 <animateColor attributeName="xlink:href"></animateColor> 9 <animateColor attributeName="xlink:href"></animateColor>
10 </tref> 10 </tref>
11 </textPath> 11 </textPath>
12 </text> 12 </text>
13 </svg> 13 </svg>
14 <script> 14 <script>
15 if (window.testRunner) 15 if (window.testRunner)
16 testRunner.dumpAsText(); 16 testRunner.dumpAsText();
17 </script> 17 </script>
18 </body> 18 </body>
19 </html> 19 </html>
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698