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> |