| 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()
|
|
|