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

Side by Side Diff: LayoutTests/svg/custom/bug78807.svg

Issue 9568049: Merge 109299 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/bug78807-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 style="content:counter(counter_0);" xmlns="http://www.w3.org/2000/svg" xmln s:xlink="http://www.w3.org/1999/xlink"> 1 <svg style="content:counter(counter_0);" xmlns="http://www.w3.org/2000/svg" xmln s:xlink="http://www.w3.org/1999/xlink">
2 <!-- This test passes if there is no crash. --> 2 <!-- This test passes if there is no crash. -->
3 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 </script> 6 </script>
7 <g id="g"> 7 <g id="g">
8 <style> 8 <style>
9 </style> 9 </style>
10 </g> 10 </g>
11 <use xlink:href="#g"> 11 <use xlink:href="#g">
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/bug78807-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698