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

Unified Diff: pkg/polymer/test/build/log_injector_test.html._buildLogs

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._buildLogs
diff --git a/pkg/polymer/test/build/log_injector_test.html._buildLogs b/pkg/polymer/test/build/log_injector_test.html._buildLogs
new file mode 100644
index 0000000000000000000000000000000000000000..269415bfa66a941921e74fca849a9e203113b0dd
--- /dev/null
+++ b/pkg/polymer/test/build/log_injector_test.html._buildLogs
@@ -0,0 +1,14 @@
+[
+ {
+ "level": "Info",
+ "message": "foo"
+ },
+ {
+ "level": "Warning",
+ "message": "bar"
+ },
+ {
+ "level": "Error",
+ "message": "baz"
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698