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

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

Issue 2849583006: [DevTools] Disable contexts in console selector on pause (Closed)
Patch Set: tests Created 3 years, 8 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-pause.js
diff --git a/third_party/WebKit/LayoutTests/inspector/console/resources/worker-pause.js b/third_party/WebKit/LayoutTests/inspector/console/resources/worker-pause.js
new file mode 100644
index 0000000000000000000000000000000000000000..b1f08070e9aa3e1ceb48a24364ab34355e2b55c6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/resources/worker-pause.js
@@ -0,0 +1 @@
+self.onmessage = function(e) { debugger; }

Powered by Google App Engine
This is Rietveld 408576698