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

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

Issue 5545007: Merge 73432 - 2010-12-07 Justin Schuh <jschuh@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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-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 version="1.1" xmlns="http://www.w3.org/2000/svg"> 1 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
2 <script> 2 <script>
3 function runTest() { 3 function runTest() {
4 g.offsetTop; 4 g.offsetTop;
5 g.removeChild(g.firstChild); 5 g.removeChild(g.firstChild);
6 if (g.firstChild) 6 if (g.firstChild)
7 setTimeout(runTest(),0); 7 setTimeout(runTest(),0);
8 else 8 else
9 location.reload(); 9 location.reload();
10 } 10 }
(...skipping 19 matching lines...) Expand all
30 } 30 }
31 } 31 }
32 </script> 32 </script>
33 <g id="g1"> 33 <g id="g1">
34 <cursor id="c1"></cursor> 34 <cursor id="c1"></cursor>
35 <g cursor="url(#c1)" id="g2"></g> 35 <g cursor="url(#c1)" id="g2"></g>
36 <cursor id="c2"></cursor> 36 <cursor id="c2"></cursor>
37 <text id="t1" x="20" y="20"></text> 37 <text id="t1" x="20" y="20"></text>
38 </g> 38 </g>
39 </svg> 39 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/css/cursor-replace-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698