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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/shadow/inspect-deep-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/elements/shadow/inspect-deep-shadow-element.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/shadow/inspect-deep-shadow-element.html b/third_party/WebKit/LayoutTests/inspector/elements/shadow/inspect-deep-shadow-element.html
index 07ebf600c0e036307f2ef2b51f06cf3e06bdc5f6..eba34e77cf08d57051658b0c04374a71afc5d7df 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/shadow/inspect-deep-shadow-element.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/shadow/inspect-deep-shadow-element.html
@@ -7,7 +7,7 @@
function test()
{
- InspectorTest.firstElementsTreeOutline().addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged);
+ InspectorTest.firstElementsTreeOutline().addEventListener(Elements.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged);
var tests = [
["shadow", "inspect(host.shadowRoot.firstChild.firstChild.firstChild)"],
@@ -20,7 +20,7 @@ function test()
if (!node)
return;
if (node.getAttribute("id") == tests[0][0]) {
- InspectorTest.addResult(WebInspector.DOMPresentationUtils.xPath(node, false));
+ InspectorTest.addResult(Components.DOMPresentationUtils.xPath(node, false));
tests.shift();
nextTest();
}

Powered by Google App Engine
This is Rietveld 408576698