summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/general/resource_timing_location_navigate.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/general/resource_timing_location_navigate.html')
-rw-r--r--dom/tests/mochitest/general/resource_timing_location_navigate.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/tests/mochitest/general/resource_timing_location_navigate.html b/dom/tests/mochitest/general/resource_timing_location_navigate.html
new file mode 100644
index 0000000000..94d0d0512e
--- /dev/null
+++ b/dom/tests/mochitest/general/resource_timing_location_navigate.html
@@ -0,0 +1,3 @@
+<script type="text/javascript">
+ document.location = "https://test1.example.org/tests/dom/tests/mochitest/general/postback.html"
+</script>