diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xpath/ensure-null-namespace.xhtml')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/xpath/ensure-null-namespace.xhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xpath/ensure-null-namespace.xhtml b/third_party/WebKit/LayoutTests/fast/xpath/ensure-null-namespace.xhtml index c0cd4ff..e59a745 100644 --- a/third_party/WebKit/LayoutTests/fast/xpath/ensure-null-namespace.xhtml +++ b/third_party/WebKit/LayoutTests/fast/xpath/ensure-null-namespace.xhtml @@ -9,8 +9,8 @@ XPath //title shouldn't match <title> in XHTML.</p> <div id="result">FAILURE: script did't run</div> <script> - if (window.layoutTestController) - layoutTestController.dumpAsText(); + if (window.testRunner) + testRunner.dumpAsText(); var result = document.evaluate("//title", document.documentElement, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null); if (result.snapshotLength == 0) |