| Index: LayoutTests/fast/xsl/resources/xslt-xhtml-template.xml
|
| diff --git a/LayoutTests/fast/xsl/xslt-xhtml-template.xml b/LayoutTests/fast/xsl/resources/xslt-xhtml-template.xml
|
| similarity index 83%
|
| rename from LayoutTests/fast/xsl/xslt-xhtml-template.xml
|
| rename to LayoutTests/fast/xsl/resources/xslt-xhtml-template.xml
|
| index 3d1d72bc2e021a0b3fb0514e05f9451f2407e169..13ec4012c75ce00be5b4fcc3104293bc3b118c9c 100644
|
| --- a/LayoutTests/fast/xsl/xslt-xhtml-template.xml
|
| +++ b/LayoutTests/fast/xsl/resources/xslt-xhtml-template.xml
|
| @@ -1,5 +1,5 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| -<?xml-stylesheet href="resources/xhtml-template.xsl" type="text/xsl"?>
|
| +<?xml-stylesheet href="xhtml-template.xsl" type="text/xsl"?>
|
|
|
| <!DOCTYPE html
|
| PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| @@ -14,4 +14,4 @@
|
| <span>D</span>
|
| </template>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|