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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: pkg/polymer/test/build/log_injector_test.html
diff --git a/pkg/polymer/test/build/log_injector_test.html b/pkg/polymer/test/build/log_injector_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..ced5b6d7e2c58757b510ab7136f831c6509b0e88
--- /dev/null
+++ b/pkg/polymer/test/build/log_injector_test.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<!--
+Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
+for details. All rights reserved. Use of this source code is governed by a
+BSD-style license that can be found in the LICENSE file.
+-->
+<html>
+<!--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
+<head>
+ <title>Log injector element test</title>
+ <script src="packages/web_components/dart_support.js"></script>
+ <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
+</head>
+<body>
+
+<script type="application/dart" src="log_injector_test.dart"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698