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

Unified Diff: LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write.html

Issue 1169163003: DevTools: dump protocol traffic to stderr in inspector/sources/debugger-step/debugger-step-into-doc… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write.html
diff --git a/LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write.html b/LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write.html
index 7d8d6b74bb870b7e248d9cd35adf31f6790a9f36..ec7adb061e95b6f8b7248688c8e4a098115b7d10 100644
--- a/LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write.html
+++ b/LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write.html
@@ -17,6 +17,7 @@ function test()
{
var numberOfStepInto = 9;
+ InspectorTest.startDumpingProtocolMessages();
InspectorTest.startDebuggerTest(step1, true);
function step1()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698