blob: cdc1831b0622b3671adb2b6278d2d4c1843569c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[prefetch-allowed.html]
prefs: [security.mixed_content.upgrade_display_content:false]
comment: prefetch-src is not supported via meta tag but the test is passing as the tests only tests that 'self' works
disabled:
if not debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1449374
expected:
if debug and (os == "linux"): ["OK", "TIMEOUT"]
[Prefetch succeeds when allowed by prefetch-src]
expected:
if debug and (os == "linux"): ["PASS", "TIMEOUT"]
|