summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/inspector/debugger-pause-during-load.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/inspector/debugger-pause-during-load.html')
-rw-r--r--WebCore/manual-tests/inspector/debugger-pause-during-load.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/manual-tests/inspector/debugger-pause-during-load.html b/WebCore/manual-tests/inspector/debugger-pause-during-load.html
deleted file mode 100644
index 631cafc..0000000
--- a/WebCore/manual-tests/inspector/debugger-pause-during-load.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<script>
-debugger; // You should see this code and execution line in the Scripts panel.
-</script>
-<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19053">Bug 19053: Source code not visible when script is paused before onload fires</a>.</p>
-<p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>