[wpt-sync] Sync PR 24481 - Python 3: port tests in common/security-features [part 2]
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox80 fixed)
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24481 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24481
Details from upstream follow.
Ziran Sun <zsun@igalia.com> wrote:
Python 3: port tests in common/security-features [part 2]
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 2 subtests
Status Summary
Firefox
OK : 4
PASS : 6
FAIL : 3
TIMEOUT: 1
NOTRUN : 1
Chrome
OK : 5
PASS : 8
FAIL : 2
Safari
OK : 5
PASS : 6
FAIL : 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html: TIMEOUT
The fetch() API in an about:blank iframe with the 'client' referrer is fetched with no 'Referer' header: FAIL
A subresource fetched from an about:blank iframe is fetched with no 'Referer' header: NOTRUN
New Tests That Don't Pass
/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html: TIMEOUT (Chrome: OK, Safari: OK)
The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy: FAIL (Chrome: FAIL, Safari: FAIL)
The fetch() API in an about:blank iframe with the 'client' referrer is fetched with no 'Referer' header: FAIL (Chrome: PASS, Safari: PASS)
A subresource fetched from an about:blank iframe is fetched with no 'Referer' header: NOTRUN (Chrome: PASS, Safari: PASS)
The fetch() API in an about:blank iframe with a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•