diff options
Diffstat (limited to 'dom/origin-trials/tests/mochitest/test_header_simple.html')
-rw-r--r-- | dom/origin-trials/tests/mochitest/test_header_simple.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/origin-trials/tests/mochitest/test_header_simple.html b/dom/origin-trials/tests/mochitest/test_header_simple.html new file mode 100644 index 0000000000..2c378d3524 --- /dev/null +++ b/dom/origin-trials/tests/mochitest/test_header_simple.html @@ -0,0 +1,6 @@ +<!doctype html> +<script src="/tests/SimpleTest/SimpleTest.js"></script> +<script src="common.js"></script> +<script> + assertTestTrialActive(true); +</script> |