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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html

Issue 1819243002: [DevTools] Use InspectorFrontendHost.readyForTest for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ready-for-test
Patch Set: resource-tree-reload.html fix Created 4 years, 9 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
Index: third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html b/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
index aebf02048319ec8a5e3a96a1adec39de506b6b26..d91d9b9c6bc69ac87818f1ac53d56be0a214e078 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
@@ -11,6 +11,7 @@ function test()
function step2(msg)
{
+ msg.id = 1;
InspectorTest.logObject(msg);
InspectorTest.completeTest();
}

Powered by Google App Engine
This is Rietveld 408576698