diff options
Diffstat (limited to '')
-rw-r--r-- | dom/tests/mochitest/dom-level0/mochitest.toml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/dom/tests/mochitest/dom-level0/mochitest.toml b/dom/tests/mochitest/dom-level0/mochitest.toml new file mode 100644 index 0000000000..66381f8a61 --- /dev/null +++ b/dom/tests/mochitest/dom-level0/mochitest.toml @@ -0,0 +1,69 @@ +[DEFAULT] +support-files = [ + "child_ip_address.html", + "file_crossdomainprops_inner.html", + "file_location.html", + "file_separate_post_message_queue.html", + "framed_location.html", + "idn_child.html", + "iframe1_location_setters.html", + "iframe2_location_setters.html", + "iframe3_location_setters.html", + "file_test_background_loading_iframes.html", +] + +["test_background_loading_iframes.html"] +skip-if = [ + "http3", + "http2", +] + +["test_crossdomainprops.html"] +skip-if = [ + "http3", + "http2", +] + +["test_location.html"] +skip-if = [ + "http3", + "http2", +] + +["test_location_framed.html"] +skip-if = [ + "http3", + "http2", +] + +["test_location_getters.html"] +skip-if = [ + "http3", + "http2", +] + +["test_location_sandboxed.html"] +skip-if = [ + "http3", + "http2", +] + +["test_location_setters.html"] +skip-if = [ + "http3", + "http2", +] + +["test_separate_post_message_queue.html"] + +["test_setting_document.domain_idn.html"] +skip-if = [ + "http3", + "http2", +] + +["test_setting_document.domain_to_shortened_ipaddr.html"] +skip-if = [ + "http3", + "http2", +] |