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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "level": "Info",
4 "message": "foo"
5 },
6 {
7 "level": "Warning",
8 "message": "bar"
9 },
10 {
11 "level": "Error",
12 "message": "baz"
13 }
14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698