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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes.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-keyframes.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes.html
index eb799ef3d527393a654edac6be925fb824eaced5..57891d9af416f6dee9938f13bf36ac14d346d3d6 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes.html
@@ -25,7 +25,7 @@ function test()
{
InspectorTest.addResult("=== Before key modification ===");
InspectorTest.dumpSelectedElementStyles(true);
- var section = WebInspector.panels.elements._stylesWidget._sectionBlocks[1].sections[1];
+ var section = UI.panels.elements._stylesWidget._sectionBlocks[1].sections[1];
section.startEditingSelector();
section._selectorElement.textContent = "1%";
section._selectorElement.dispatchEvent(InspectorTest.createKeyEvent("Enter"));

Powered by Google App Engine
This is Rietveld 408576698