diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /dom/base/test/chrome.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/base/test/chrome.ini')
-rw-r--r-- | dom/base/test/chrome.ini | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dom/base/test/chrome.ini b/dom/base/test/chrome.ini new file mode 100644 index 0000000000..08302adc2a --- /dev/null +++ b/dom/base/test/chrome.ini @@ -0,0 +1,42 @@ +[DEFAULT] +skip-if = os == 'android' +support-files = + file_empty.html + file_blocking_image.html + file_bug945152.jar + file_bug945152_worker.js + file_bug1008126_worker.js + file_inline_script.html + file_inline_script.xhtml + file_external_script.html + file_external_script.xhtml + file_script.js + file_serializer_noscript.html + referrer_helper.js + referrer_testserver.sjs + !/image/test/mochitest/shaver.png + +[test_anonymousContent_xul_window.xhtml] +[test_blockParsing.html] +[test_blocking_image.html] +[test_bug419527.xhtml] +[test_bug564863-2.xhtml] +[test_bug945152.html] +[test_bug1008126.html] +[test_bug1016960.html] +[test_bug1120222.html] +[test_anchor_target_blank_referrer.html] +[test_domrequesthelper.xhtml] +[test_fragment_sanitization.xhtml] +[test_getLastOverWindowPointerLocationInCSSPixels.html] +support-files = !/gfx/layers/apz/test/mochitest/apz_test_utils.js +[test_messagemanager_send_principal.html] +[test_navigator_resolve_identity_xrays.xhtml] +support-files = file_navigator_resolve_identity_xrays.xhtml +[test_sandboxed_blob_uri.html] +[test_sendQueryContentAndSelectionSetEvent.html] +[test_sendSelectionSetEvent_with_same_range.html] +[test_urgent_start.html] +skip-if = (os == "win" && debug) || (os == "mac" && debug) #leaks Bug 1571583 +[test_sanitize_xhr.html] +[test_serializer_noscript.html] |