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

Side by Side Diff: test/src/micro/lifecycle_callbacks_test.html

Issue 1290643006: First cut at behaviors. This just implements the lifecycle methodsportion. We may get the rest for … (Closed) Base URL: git@github.com:dart-lang/polymer-dart.git@master
Patch Set: Created 5 years, 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file.
6 -->
2 <html> 7 <html>
3 <head> 8 <head>
4 <script src="packages/web_components/webcomponents.min.js"></script> 9 <script src="packages/web_components/webcomponents.min.js"></script>
5 <link rel="x-dart-test" href="lifecycle_callbacks_test.dart"> 10 <link rel="x-dart-test" href="lifecycle_callbacks_test.dart">
6 <!--<script type="application/dart" src="lifecycle_callbacks_test.dart"></scri pt>--> 11 <!--<script type="application/dart" src="lifecycle_callbacks_test.dart"></scri pt>-->
7 <script src="packages/test/dart.js"></script> 12 <script src="packages/test/dart.js"></script>
8 </head> 13 </head>
9 <body> 14 <body>
10 </body> 15 </body>
11 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698