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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/shadow-element.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/inspector/console/shadow-element.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html b/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
index 9fd255b0610d98e69ee617dbe3938da6e0bac785..05bb1186072ac9b6b3165a8caf53d952519f72be 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/shadow-element.html
@@ -7,7 +7,7 @@
function test()
{
- WebInspector.settingForTest("showUAShadowDOM").set(true);
+ Common.settingForTest("showUAShadowDOM").set(true);
InspectorTest.selectNodeWithId("shadow", step1);
function step1()
@@ -22,7 +22,7 @@ function test()
function step4(node)
{
- WebInspector.panels.elements.revealAndSelectNode(node.shadowRoots()[0]);
+ UI.panels.elements.revealAndSelectNode(node.shadowRoots()[0]);
InspectorTest.evaluateInConsoleAndDump("'User agent shadow host: ' + $0.id", step5);
}

Powered by Google App Engine
This is Rietveld 408576698