forked from mirrors/gecko-dev
Bug 1891694: Update tests within dom/ to work with https-first enabled,r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D207531
This commit is contained in:
parent
faad067dd5
commit
aaf4d9ccbf
2 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,9 @@
|
||||||
|
|
||||||
const testCases = [
|
const testCases = [
|
||||||
{ACTION: ["generate-anchor-target-blank-policy-test"],
|
{ACTION: ["generate-anchor-target-blank-policy-test"],
|
||||||
|
PREFS: [
|
||||||
|
["dom.security.https_first", false], // need to test http and https
|
||||||
|
],
|
||||||
TESTS: [
|
TESTS: [
|
||||||
// Referrer policy is set in meta
|
// Referrer policy is set in meta
|
||||||
{NAME: 'origin-in-meta-rel-noopener',
|
{NAME: 'origin-in-meta-rel-noopener',
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ tags = "geolocation"
|
||||||
skip-if = ["os != 'mac'"]
|
skip-if = ["os != 'mac'"]
|
||||||
|
|
||||||
["browser_bug1238427.js"]
|
["browser_bug1238427.js"]
|
||||||
|
https_first_disabled = true
|
||||||
|
|
||||||
["browser_bug1316330.js"]
|
["browser_bug1316330.js"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue