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

Unified Diff: LayoutTests/inspector/elements/styles/pseudo-elements.html

Issue 720793003: DevTools: Replace visibleChildrenCount with hasVisibleChildren in ElementsTreeOutline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Created 6 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: LayoutTests/inspector/elements/styles/pseudo-elements.html
diff --git a/LayoutTests/inspector/elements/styles/pseudo-elements.html b/LayoutTests/inspector/elements/styles/pseudo-elements.html
index 79834c4412606fbbd129abe2b5a062e7f939f5e8..c802e83d4ac8b7848f5e9d1279ce045eae31da11 100644
--- a/LayoutTests/inspector/elements/styles/pseudo-elements.html
+++ b/LayoutTests/inspector/elements/styles/pseudo-elements.html
@@ -172,8 +172,8 @@ function test()
function removeNodeAndCheckPseudoElementsUnbound(next)
{
- var inspectedBefore = inspectedNode.pseudoElements()["before"];
- var inspectedAfter = inspectedNode.pseudoElements()["after"];
+ var inspectedBefore = inspectedNode.beforePseudoElement();
+ var inspectedAfter = inspectedNode.afterPseudoElement();
executeAndDumpTree("removeNode()", WebInspector.DOMModel.Events.NodeRemoved, callback);
function callback()
« no previous file with comments | « LayoutTests/inspector/elements/hide-shortcut.html ('k') | Source/devtools/front_end/elements/ElementsTreeOutline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698