Chromium Code Reviews| 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> |