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

Unified Diff: LayoutTests/http/tests/inspector/inspector-test.js

Issue 1185453005: Dump inspector protocol traffic for tests starting with inspector/elements/styles (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 | « LayoutTests/http/tests/inspector/debugger-test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/inspector-test.js
diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js
index 941cfd8c1b7c014201b43f4a9dca4cda36e984ec..72274343bd42604d5a159bd2289a5f5e2a143238 100644
--- a/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/LayoutTests/http/tests/inspector/inspector-test.js
@@ -972,6 +972,9 @@ function runTest(enableWatchDogWhileDebugging)
}
}
+ if (testPath.startsWith("LayoutTests/inspector/elements/styles"))
+ InspectorTest.startDumpingProtocolMessages();
+
// 3. Run test function.
Promise.all(promises).then(function() {
if (lastLoadedPanel)
« no previous file with comments | « LayoutTests/http/tests/inspector/debugger-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698