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

Unified Diff: chrome/browser/debugger/manual_tests/debugger-exception-on-load.html

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 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: chrome/browser/debugger/manual_tests/debugger-exception-on-load.html
diff --git a/chrome/browser/debugger/manual_tests/debugger-exception-on-load.html b/chrome/browser/debugger/manual_tests/debugger-exception-on-load.html
deleted file mode 100644
index ef2384f063c15a5ca762224256f2d01b1bc2c42c..0000000000000000000000000000000000000000
--- a/chrome/browser/debugger/manual_tests/debugger-exception-on-load.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<script>
-debugger; // You should see this code and execution line in the Scripts panel. Click Resume (Play/Pause button to the right).
-</script>
-
-<p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>

Powered by Google App Engine
This is Rietveld 408576698