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

Side by Side Diff: LayoutTests/svg/custom/animate-use-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
« no previous file with comments | « LayoutTests/svg/css/max-width-2-expected.html ('k') | LayoutTests/svg/custom/bug45331.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <g> 2 <g>
3 <defs> 3 <defs>
4 <text id="text"> 4 <text id="text">
5 <a onmousedown=""> 5 <a onmousedown="">
6 <animateTransform attributeName="a" end=",1"></animateTransf orm> 6 <animateTransform attributeName="a" end=",1"></animateTransf orm>
7 </a>Passes if doesn't crash 7 </a>Passes if doesn't crash
8 </text> 8 </text>
9 </defs> 9 </defs>
10 <use x="25" y="25" xlink:href="#text"/> 10 <use x="25" y="25" xlink:href="#text"/>
11 <script><![CDATA[ 11 <script><![CDATA[
12 if (window.testRunner) 12 if (window.testRunner)
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
14 ]]></script> 14 ]]></script>
15 </g> 15 </g>
16 </svg> 16 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/max-width-2-expected.html ('k') | LayoutTests/svg/custom/bug45331.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698