Chromium Code Reviews| Index: LayoutTests/fast/xsl/xslt-xhtml-template.html |
| diff --git a/LayoutTests/fast/xsl/xslt-xhtml-template.html b/LayoutTests/fast/xsl/xslt-xhtml-template.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8e4cd0379a36893d49316a20f6c04ccef74a0ba4 |
| --- /dev/null |
| +++ b/LayoutTests/fast/xsl/xslt-xhtml-template.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<head> |
| +<script src="resources/test-xslt.js"></script> |
| +<script> |
| +if (window.testRunner) |
| + testRunner.dumpChildFramesAsText(); |
| +</script> |
| +</head> |
| +<body onload='runTest("resources/xslt-xhtml-template.xml");'> |
| +</body> |