diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xpath/empty-string-substring.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/xpath/empty-string-substring.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xpath/empty-string-substring.html b/third_party/WebKit/LayoutTests/fast/xpath/empty-string-substring.html index c90dc0a..5c5c925 100644 --- a/third_party/WebKit/LayoutTests/fast/xpath/empty-string-substring.html +++ b/third_party/WebKit/LayoutTests/fast/xpath/empty-string-substring.html @@ -1,8 +1,8 @@ <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=11815">bug 11815</a>: XPathEvaluator behavior does not match Firefox - substring() and empty element.</p> <script> -if (window.layoutTestController) - layoutTestController.dumpAsText(); +if (window.testRunner) + testRunner.dumpAsText(); var strXML = '<data><record></record><record>-hi-</record></data>'; var doc = (new DOMParser()).parseFromString(strXML, "text/xml"); |