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

Unified Diff: pkg/polymer/test/publish_attributes_test.html

Issue 79353003: [polymer.dart] fix *Changed observers inheriting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « pkg/polymer/test/publish_attributes_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/publish_attributes_test.html
diff --git a/pkg/polymer/test/publish_attributes_test.html b/pkg/polymer/test/publish_attributes_test.html
index 9c0969de484ce7493ecf3cb68bf4ff1e92e78572..d513e656272fc31fa8970f762dd61b7e4c83d60a 100644
--- a/pkg/polymer/test/publish_attributes_test.html
+++ b/pkg/polymer/test/publish_attributes_test.html
@@ -24,6 +24,8 @@ BSD-style license that can be found in the LICENSE file.
<polymer-element name="x-squid" extends="x-zot" attributes="squid">
</polymer-element>
+ <polymer-element name="x-qux" attributes="qux"></polymer-element>
+
<script type="application/dart" src="publish_attributes_test.dart"></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/test/publish_attributes_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698