diff options
Diffstat (limited to 'testing/mochitest/tests/Harness_sanity/file_spawn.html')
-rw-r--r-- | testing/mochitest/tests/Harness_sanity/file_spawn.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/mochitest/tests/Harness_sanity/file_spawn.html b/testing/mochitest/tests/Harness_sanity/file_spawn.html new file mode 100644 index 0000000000..b34317b024 --- /dev/null +++ b/testing/mochitest/tests/Harness_sanity/file_spawn.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title></title> +</head> +<body> + <span id="span">Hello there.</span> +</body> +</html> |