| Index: LayoutTests/http/tests/incremental/resources/transform.xsl
|
| diff --git a/LayoutTests/fast/parser/resources/xslt-with-html.xsl b/LayoutTests/http/tests/incremental/resources/transform.xsl
|
| similarity index 53%
|
| copy from LayoutTests/fast/parser/resources/xslt-with-html.xsl
|
| copy to LayoutTests/http/tests/incremental/resources/transform.xsl
|
| index 3f41f04ad3f0274fe7690be2fe0fd40bb0056c3d..bdd990b220b2ce066539bee161a3166e739a9044 100644
|
| --- a/LayoutTests/fast/parser/resources/xslt-with-html.xsl
|
| +++ b/LayoutTests/http/tests/incremental/resources/transform.xsl
|
| @@ -1,11 +1,12 @@
|
| -<?xml version='1.0' encoding='utf-8'?>
|
| <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
| <xsl:output method="html"/>
|
| - <xsl:template match="//*">
|
| - <script>
|
| + <xsl:template match="RESULT">
|
| + <html>
|
| + <script>
|
| if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - </script>
|
| - <div>PASS</div>
|
| + testRunner.dumpAsText();
|
| + </script>
|
| + PASSED
|
| + </html>
|
| </xsl:template>
|
| </xsl:stylesheet>
|
|
|