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

Side by Side Diff: LayoutTests/svg/custom/svg-self-closing-use-expected.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
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"></use> 9 <use xlink:href="#rect"></use>
10 </svg> 10 </svg>
11 </body> 11 </body>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-self-closing-use.html ('k') | Source/WebCore/html/parser/HTMLConstructionSite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698