chrome.toml (1486B)
1 [DEFAULT] 2 support-files = [ 3 "file_empty.html", 4 "file_blocking_image.html", 5 "file_bug945152.jar", 6 "file_bug945152_worker.js", 7 "file_bug1008126_worker.js", 8 "file_inline_script.html", 9 "file_inline_script.xhtml", 10 "file_external_script.html", 11 "file_external_script.xhtml", 12 "file_script.js", 13 "file_serializer_noscript.html", 14 "referrer_helper.js", 15 "referrer_testserver.sjs", 16 "!/image/test/mochitest/shaver.png", 17 ] 18 prefs = ["network.xhr.block_sync_system_requests=false"] # Bug 721336 19 20 ["test_anchor_target_blank_referrer.html"] 21 22 ["test_anonymousContent_xul_window.xhtml"] 23 24 ["test_blockParsing.html"] 25 26 ["test_blocking_image.html"] 27 28 ["test_bug419527.xhtml"] 29 30 ["test_bug564863-2.xhtml"] 31 32 ["test_bug945152.html"] 33 34 ["test_bug1008126.html"] 35 36 ["test_bug1016960.html"] 37 38 ["test_bug1120222.html"] 39 40 ["test_fragment_sanitization.xhtml"] 41 42 ["test_getLastOverWindowPointerLocationInCSSPixels.html"] 43 support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"] 44 45 ["test_messagemanager_send_principal.html"] 46 47 ["test_navigator_resolve_identity_xrays.xhtml"] 48 support-files = ["file_navigator_resolve_identity_xrays.xhtml"] 49 50 ["test_sandbox_structuredclone.html"] 51 52 ["test_sandboxed_blob_uri.html"] 53 54 ["test_sanitize_xhr.html"] 55 56 ["test_sendQueryContentAndSelectionSetEvent.html"] 57 58 ["test_sendSelectionSetEvent_with_same_range.html"] 59 60 ["test_serializer_noscript.html"] 61 62 ["test_text_change_notifications_when_inserting_text_containing_line_breaks.html"] 63 64 ["test_urgent_start.html"]