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

Side by Side Diff: LayoutTests/svg/css/cursor-image-replace.svg

Issue 6206004: Merge 75008 - Merge 74574 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 11 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/css/cursor-image-replace-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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="400" height="400" onload="startup()"> 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="400" height="400" onload="startup()">
2 <defs id="defs"> 2 <defs id="defs">
3 <cursor id="cursor1" xlink:href="data:image/png;base64,"/> 3 <cursor id="cursor1" xlink:href="data:image/png;base64,"/>
4 <cursor id="cursor2" xlink:href="data:image/png;base64,"/> 4 <cursor id="cursor2" xlink:href="data:image/png;base64,"/>
5 </defs> 5 </defs>
6 6
7 <script> 7 <script>
8 <![CDATA[ 8 <![CDATA[
9 9
10 if (window.layoutTestController) { 10 if (window.layoutTestController) {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 50 }
51 51
52 52
53 //]]> 53 //]]>
54 </script> 54 </script>
55 55
56 <g id="outer"> 56 <g id="outer">
57 <text x="20" y="20" fill="red" id="inner" cursor="url('#cursor1')">X</text> 57 <text x="20" y="20" fill="red" id="inner" cursor="url('#cursor1')">X</text>
58 </g> 58 </g>
59 </svg> 59 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/css/cursor-image-replace-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698