diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xpath/nsresolver-exception.xhtml')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/xpath/nsresolver-exception.xhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xpath/nsresolver-exception.xhtml b/third_party/WebKit/LayoutTests/fast/xpath/nsresolver-exception.xhtml index d918e1e..9b440c4 100644 --- a/third_party/WebKit/LayoutTests/fast/xpath/nsresolver-exception.xhtml +++ b/third_party/WebKit/LayoutTests/fast/xpath/nsresolver-exception.xhtml @@ -6,8 +6,8 @@ <body> <div id="result">FAILURE</div> <script type="text/javascript"><![CDATA[ - if (window.layoutTestController) - layoutTestController.dumpAsText(); + if (window.testRunner) + testRunner.dumpAsText(); function MyNSResolver() {} MyNSResolver.prototype.lookupNamespaceURI = function(prefix) { |