Index: LayoutTests/fast/xsl/import-after-comment.html |
diff --git a/LayoutTests/fast/xsl/import-after-comment.html b/LayoutTests/fast/xsl/import-after-comment.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5bec396db9059b50c4793cfe03d8bc30eff6c197 |
--- /dev/null |
+++ b/LayoutTests/fast/xsl/import-after-comment.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/import-after-comment.xml");'> |
+</body> |