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

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

Issue 794473002: Delete polymer from the Dart repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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
« no previous file with comments | « pkg/polymer/test/inject_bound_html_test.dart ('k') | pkg/polymer/test/instance_attrs_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <!--polymer-test: this comment is needed for test_suite.dart-->
4 <head>
5 <title>force ready</title>
6 <link rel="import" href="packages/polymer/polymer.html">
7 <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
8 </head>
9
10 <body>
11 <polymer-element name="x-foo">
12 <template>
13 <div id="inject"></div>
14 </template>
15 </polymer-element>
16 <x-foo></x-foo>
17 <script type="application/dart" src="inject_bound_html_test.dart"></script>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « pkg/polymer/test/inject_bound_html_test.dart ('k') | pkg/polymer/test/instance_attrs_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698