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

Side by Side Diff: LayoutTests/svg/custom/svg-self-closing-use.html

Issue 10736069: Merge 118589 - Fix for self-closing <use> tags (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 5 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/custom/svg-self-closing-use-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <!-- Test for WK87504 that <use/> and <use></use> are equivalent --> 4 <!-- Test for WK87504 that <use/> and <use></use> are equivalent -->
5 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k"> 5 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
6 <defs> 6 <defs>
7 <rect id="rect" width="100" height="100" fill="green"/> 7 <rect id="rect" width="100" height="100" fill="green"/>
8 </defs> 8 </defs>
9 <use xlink:href="#rect"/> 9 <use xlink:href="#rect"/>
10 </svg> 10 </svg>
11 </body> 11 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/svg-self-closing-use-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698