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

Unified Diff: LayoutTests/http/tests/inspector/command-line-api-inspect.html

Issue 206253005: DevTools: Get rid of WebInspector.ConsoleModel.UIDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address vsevik's comments Created 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-command-line-api.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/command-line-api-inspect.html
diff --git a/LayoutTests/http/tests/inspector/command-line-api-inspect.html b/LayoutTests/http/tests/inspector/command-line-api-inspect.html
index ac74459ab9c1bfab71a971cbcf5fa63d992b9ebf..9d92851dec2be8bfa24bcc7db31d20f42ee018e7 100644
--- a/LayoutTests/http/tests/inspector/command-line-api-inspect.html
+++ b/LayoutTests/http/tests/inspector/command-line-api-inspect.html
@@ -35,7 +35,7 @@ function test()
InspectorTest.runTestSuite([
function testRevealElement(next)
{
- InspectorTest.addSniffer(WebInspector.Revealer, "reveal", step2);
+ InspectorTest.addSniffer(WebInspector.Revealer, "reveal", step2, true);
evalAndDump("inspect($('#p1'))");
function step2(node)
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-command-line-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698