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, 5 insertions, 0 deletions
diff --git a/WebCore/manual-tests/inspector/debugger-pause-during-load.html b/WebCore/manual-tests/inspector/debugger-pause-during-load.html
new file mode 100644
index 0000000..631cafc
--- /dev/null
+++ b/WebCore/manual-tests/inspector/debugger-pause-during-load.html
@@ -0,0 +1,5 @@
+<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>