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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.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/styles-2/metrics-box-sizing.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
index fa5c5d74a147a9d2e868772b8776e1532f5b5f3f..c8825beb0ccc279a4a59da8e3ac05af03df45f9f 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html
@@ -81,7 +81,7 @@ function test()
function testBorderBoxInit2(next)
{
- section = WebInspector.panels.elements._metricsWidget;
+ section = UI.panels.elements._metricsWidget;
section.expand();
InspectorTest.addSniffer(section._updateController._updateThrottler, "_processCompletedForTests", next);
},
@@ -113,7 +113,7 @@ function test()
function testContentBoxInit2(next)
{
- section = WebInspector.panels.elements._metricsWidget;
+ section = UI.panels.elements._metricsWidget;
section.expand();
InspectorTest.addSniffer(section._updateController._updateThrottler, "_processCompletedForTests", next);
},

Powered by Google App Engine
This is Rietveld 408576698