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

Unified Diff: test/iron_iconset_svg_test.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/iron_iconset_svg_test.dart ('k') | test/iron_iconset_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/iron_iconset_svg_test.html
diff --git a/test/iron_iconset_svg_test.html b/test/iron_iconset_svg_test.html
index 37de0e584107087dd53ce72b3d295540b8ca3ac9..011be21d55286aa6e27f5d3fcbf23896404f95c0 100644
--- a/test/iron_iconset_svg_test.html
+++ b/test/iron_iconset_svg_test.html
@@ -32,6 +32,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<defs>
<circle id="circle" cx="20" cy="20" r="10"></circle>
<rect id="square" x="0" y="0" width="20" height="20"></rect>
+ <symbol id="rect" viewBox="0 0 50 25">
+ <rect x="0" y="0" width="50" height="25"></rect>
+ </symbol>
</defs>
</svg>
</iron-iconset-svg>
« no previous file with comments | « test/iron_iconset_svg_test.dart ('k') | test/iron_iconset_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698