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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js

Issue 2623143002: DevTools: insert console message decorations in order
Patch Set: address design comments Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js
diff --git a/third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js b/third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js
new file mode 100644
index 0000000000000000000000000000000000000000..0e363ffc04b9d55cfc556826b820a0183d6757d8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/resources/worker-logger.js
@@ -0,0 +1 @@
+console.log('log from worker');

Powered by Google App Engine
This is Rietveld 408576698