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