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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.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-4/styles-update-links-2.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
index c6a984e5aa1a635b109f2d3685fb644199429da2..0509db50388a64678740c42afbabddf8f0647de6 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2.html
@@ -29,7 +29,7 @@ function test()
function testEditSelector(next)
{
- var section = WebInspector.panels.elements._stylesWidget._sectionBlocks[0].sections[3];
+ var section = UI.panels.elements._stylesWidget._sectionBlocks[0].sections[3];
section.startEditingSelector();
section._selectorElement.textContent = ".should-change, .INSERTED-OTHER-SELECTOR";
InspectorTest.waitForSelectorCommitted(onSelectorEdited);

Powered by Google App Engine
This is Rietveld 408576698