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

Unified Diff: LayoutTests/inspector/elements/styles/styles-disable-property-after-selector-edit.html

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 months 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: LayoutTests/inspector/elements/styles/styles-disable-property-after-selector-edit.html
diff --git a/LayoutTests/inspector/elements/styles/styles-disable-property-after-selector-edit.html b/LayoutTests/inspector/elements/styles/styles-disable-property-after-selector-edit.html
index b3246f23f13cf2caca643ae04a42dd596876ab0d..32334da15e19d8c5d7d176be5268cc38e3beee16 100644
--- a/LayoutTests/inspector/elements/styles/styles-disable-property-after-selector-edit.html
+++ b/LayoutTests/inspector/elements/styles/styles-disable-property-after-selector-edit.html
@@ -14,7 +14,7 @@ function test()
function editSelector(next)
{
- var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][1];
+ var section = InspectorTest.firstMatchedStyleSection();
section.startEditingSelector();
section._selectorElement.textContent = "#inspected, .INSERTED-OTHER-SELECTOR";
InspectorTest.waitForSelectorCommitted(next);

Powered by Google App Engine
This is Rietveld 408576698