Index: pkg/polymer/test/prop_attr_reflection_test.html |
diff --git a/pkg/polymer/test/prop_attr_reflection_test.html b/pkg/polymer/test/prop_attr_reflection_test.html |
index eaf5801962822e8bda84f41dffbcdd4719fe391e..fac55ef079c558719a0fd8e7276d8aa40ef82c49 100644 |
--- a/pkg/polymer/test/prop_attr_reflection_test.html |
+++ b/pkg/polymer/test/prop_attr_reflection_test.html |
@@ -14,6 +14,13 @@ BSD-style license that can be found in the LICENSE file. |
<script src="/root_dart/tools/testing/dart/test_controller.js"></script> |
</head> |
<body> |
+ <x-basic></x-basic> |
+ <polymer-element name="x-basic" attributes="nog" noscript> |
+ </polymer-element> |
+ |
+ <x-attr-publish></x-attr-publish> |
+ <polymer-element name="x-attr-publish" attributes="nog"> |
+ </polymer-element> |
<x-foo></x-foo> |
<polymer-element name="x-foo"></polymer-element> |