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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js

Issue 2486463005: [Reland] DevTools: Make WorkerThreadDebugger available for Worklets (Closed)
Patch Set: Change layout tests Created 4 years, 1 month 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/console-worklet-script.js
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js b/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js
new file mode 100644
index 0000000000000000000000000000000000000000..43b144bb3824a61d6435a9dd719c6ae5a16af435
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js
@@ -0,0 +1,4 @@
+console.debug('Debug');
+console.info('Information');
+console.log('Log');
+console.warn('Warning');

Powered by Google App Engine
This is Rietveld 408576698