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

Side by Side Diff: LayoutTests/svg/custom/invalid-gradient-with-xlink.svg

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/custom/bug45331.svg ('k') | LayoutTests/svg/custom/marker-opacity.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 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg 2 <svg
3 xmlns="http://www.w3.org/2000/svg" 3 xmlns="http://www.w3.org/2000/svg"
4 xmlns:xlink="http://www.w3.org/1999/xlink" 4 xmlns:xlink="http://www.w3.org/1999/xlink"
5 version="1.0" 5 version="1.0"
6 width="200" 6 width="200"
7 height="200"> 7 height="200">
8 <script><![CDATA[ 8 <script><![CDATA[
9 if (window.testRunner) 9 if (window.testRunner)
10 testRunner.dumpAsTextWithPixelResults(); 10 testRunner.dumpAsTextWithPixelResults();
11 ]]></script> 11 ]]></script>
12 <defs> 12 <defs>
13 <linearGradient id="linearGradient0"> 13 <linearGradient id="linearGradient0">
14 <stop offset="0" stop-color="white"/> 14 <stop offset="0" stop-color="white"/>
15 <stop offset="1" stop-color="black"/> 15 <stop offset="1" stop-color="black"/>
16 </linearGradient> 16 </linearGradient>
17 </defs> 17 </defs>
18 <rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rec t0" /> 18 <rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rec t0" />
19 <text id="text0" x="10" y="20" style="fill:green"> 19 <text id="text0" x="10" y="20" style="fill:green">
20 PASS 20 PASS
21 <linearGradient id="linearGradient1" xlink:href="#linearGradient0" /> 21 <linearGradient id="linearGradient1" xlink:href="#linearGradient0" />
22 </text> 22 </text>
23 </svg> 23 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/bug45331.svg ('k') | LayoutTests/svg/custom/marker-opacity.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698