diff options
Diffstat (limited to 'testing/web-platform/harness/wptrunner/testharness_runner.html')
-rw-r--r-- | testing/web-platform/harness/wptrunner/testharness_runner.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/harness/wptrunner/testharness_runner.html b/testing/web-platform/harness/wptrunner/testharness_runner.html new file mode 100644 index 000000000..1cc80a270 --- /dev/null +++ b/testing/web-platform/harness/wptrunner/testharness_runner.html @@ -0,0 +1,6 @@ +<!doctype html> +<title></title> +<script> +var timeout_multiplier = 1; +var win = null; +</script> |