diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xsl/resources/xslt-nested-stylesheets1.xsl')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/xsl/resources/xslt-nested-stylesheets1.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xsl/resources/xslt-nested-stylesheets1.xsl b/third_party/WebKit/LayoutTests/fast/xsl/resources/xslt-nested-stylesheets1.xsl index d46a976..e12691c 100644 --- a/third_party/WebKit/LayoutTests/fast/xsl/resources/xslt-nested-stylesheets1.xsl +++ b/third_party/WebKit/LayoutTests/fast/xsl/resources/xslt-nested-stylesheets1.xsl @@ -5,7 +5,7 @@ <xsl:template match="/"> <html> <body> - <script>if (window.layoutTestController) layoutTestController.dumpAsText();</script> + <script>if (window.testRunner) testRunner.dumpAsText();</script> <div id="mydiv"> <p>Tests a crash resulting from a string literal in a nested XSL stylesheet. If you reached here without crashing, the test passed. See https://bugs.webkit.org/show_bug.cgi?id=15715 .</p> |