summaryrefslogtreecommitdiffstats
path: root/dom/origin-trials/tests/mochitest/test_trial_hidden.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/origin-trials/tests/mochitest/test_trial_hidden.html')
-rw-r--r--dom/origin-trials/tests/mochitest/test_trial_hidden.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/origin-trials/tests/mochitest/test_trial_hidden.html b/dom/origin-trials/tests/mochitest/test_trial_hidden.html
new file mode 100644
index 0000000000..90f7f8da0a
--- /dev/null
+++ b/dom/origin-trials/tests/mochitest/test_trial_hidden.html
@@ -0,0 +1,6 @@
+<!doctype html>
+<script src="/tests/SimpleTest/SimpleTest.js"></script>
+<script src="common.js"></script>
+<script>
+ assertTestTrialActive(false);
+</script>