blob: 6a64490ad766705f9ced52a2d45decf102599aea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[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
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_bug945152.html]
[test_bug1008126.html]
[test_bug1016960.html]
[test_anchor_target_blank_referrer.html]
[test_domrequesthelper.xhtml]
[test_fragment_sanitization.xhtml]
[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_urgent_start.html]
skip-if = (os == "win" && debug) || (os == "mac" && debug) #leaks Bug 1571583
[test_sanitize_xhr.html]
|