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

Side by Side Diff: pkg/polymer/test/prop_attr_bind_reflection_test.html

Issue 293023008: Bring back initPolymer, allow boot.js only if using "polymer_experimental.html". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!--polymer-test: this comment is needed for test_suite.dart--> 3 <!--polymer-test: this comment is needed for test_suite.dart-->
4 <head> 4 <head>
5 <title>property to attribute reflection with bind</title> 5 <title>property to attribute reflection with bind</title>
6 <link rel="import" href="packages/polymer/polymer.html"> 6 <link rel="import" href="packages/polymer/polymer.html">
7 <script src="/root_dart/tools/testing/dart/test_controller.js"></script> 7 <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
8 </head> 8 </head>
9 9
10 <body> 10 <body>
(...skipping 10 matching lines...) Expand all
21 <h1>Hello from the custom element. The volume is {{volume}}</h1> 21 <h1>Hello from the custom element. The volume is {{volume}}</h1>
22 <p> 22 <p>
23 <my-child-element id="child" 23 <my-child-element id="child"
24 camelCase="{{volume}}" lowercase="{{volume}}"></my-child-element> 24 camelCase="{{volume}}" lowercase="{{volume}}"></my-child-element>
25 </p> 25 </p>
26 </template> 26 </template>
27 </polymer-element> 27 </polymer-element>
28 28
29 <my-element></my-element> 29 <my-element></my-element>
30 30
31 <script type="application/dart;component=1" 31 <script type="application/dart" src="prop_attr_bind_reflection_test.dart">
32 src="prop_attr_bind_reflection_test.dart">
33 </script> 32 </script>
34 </body> 33 </body>
35 </html> 34 </html>
OLDNEW
« no previous file with comments | « pkg/polymer/test/prop_attr_bind_reflection_test.dart ('k') | pkg/polymer/test/prop_attr_reflection_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698