diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/prefix-suffix.html')
-rw-r--r-- | layout/reftests/reftest-sanity/prefix-suffix.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/prefix-suffix.html b/layout/reftests/reftest-sanity/prefix-suffix.html new file mode 100644 index 000000000..fed54adbd --- /dev/null +++ b/layout/reftests/reftest-sanity/prefix-suffix.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<title>suffix - test url-prefix for script test</title> +<script type="text/javascript"> +function getTestCases() +{ + return [ + { testPassed: (function () { return true; }), testDescription: (function () { return "passed"; }) } + ]; +} +</script> +</head> +<body> +<h1>suffix - test url-prefix for script test</h1> +</body> +</html> |