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

Side by Side Diff: pkg/polymer/test/build/log_injector_test.html

Issue 427623002: Polymer transformer logs now show on the frontend for pub serve. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: added tests for the log widget Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2013, 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 -->
7 <html>
8 <!--polymer-test: this comment is needed for test_suite.dart-->
Siggi Cherem (dart-lang) 2014/08/05 19:37:21 I don't think you need this file actually, since y
jakemac 2014/08/05 22:58:23 Done, changed this up a bit so the http request is
9 <head>
10 <title>Log injector element test</title>
11 <script src="packages/web_components/dart_support.js"></script>
12 <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
13 </head>
14 <body>
15
16 <script type="application/dart" src="log_injector_test.dart"></script>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698