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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/http/tests/inspector-unit/text-prompt-hint.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint.html b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint.html
index 75c65df63e04e19c50bb13d84c4140c75cf4fc05..5934f4091252dd16699b29cecf957c8b96a0a98f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint.html
@@ -13,10 +13,10 @@ function test()
console.error("completionsDone called too early!");
UnitTest.completeTest();
}
- var prompt = new WebInspector.TextPrompt();
+ var prompt = new UI.TextPrompt();
prompt.initialize(completions);
var element = createElement("div");
- WebInspector.inspectorView.element.appendChild(element);
+ UI.inspectorView.element.appendChild(element);
var proxy = prompt.attachAndStartEditing(element);
prompt.setText("testT");
prompt.complete();
@@ -113,6 +113,6 @@ function test()
</script>
</head>
<body>
-<p>Tests that the hint displays properly on a WebInspector.TextPrompt with autocomplete.</p>
+<p>Tests that the hint displays properly on a UI.TextPrompt with autocomplete.</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698