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

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

Issue 47603017: Add test for @published with noscript (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « pkg/polymer/test/publish_inherited_properties_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_inherited_properties_test.html
diff --git a/pkg/polymer/test/publish_inherited_properties_test.html b/pkg/polymer/test/publish_inherited_properties_test.html
index 4a57fb7ffa1cf9f3777e10bdb5d627ae13a2701f..8fafba711816eba1efd84c5acdd7b77aeff4750c 100644
--- a/pkg/polymer/test/publish_inherited_properties_test.html
+++ b/pkg/polymer/test/publish_inherited_properties_test.html
@@ -12,12 +12,15 @@ BSD-style license that can be found in the LICENSE file.
</head>
<body>
- <polymer-element name="x-zot">
+ <polymer-element name="x-zot" attributes="m">
</polymer-element>
<polymer-element name="x-squid" extends="x-zot" attributes="squid">
</polymer-element>
+ <polymer-element name="x-noscript" extends="x-zot" noscript>
+ </polymer-element>
+
<script type="application/dart" src="publish_inherited_properties_test.dart"></script>
</body>
</html>
« no previous file with comments | « pkg/polymer/test/publish_inherited_properties_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698