Closed Bug 1694031 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 27719 - Credentialless: WPT <iframe>

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
88 Branch
Tracking Status
firefox88 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 27719 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/27719
Details from upstream follow.

b'arthursonzogni <arthursonzogni@chromium.org>' wrote:

Credentialless: WPT <iframe>

Add one WPT test about \<iframe>.

A few parameters can vary:

  • Parent is COEP:{none,credentialless,require-corp}
  • Child is COEP:{none,credentialless,require-corp}
  • Child is CORP:{undefined, cross-origin}
  • Child is {same-origin,cross-origin} with its parent.

Depending on all of those, the iframe must be blocked or must loaded.

Bug:1175099
Change-Id: I6f60cac9211afdecf9969050efb5e4598cc1052e
Reviewed-on: https://chromium-review.googlesource.com/2709861
WPT-Export-Revision: 592056bf2f8d6cf91264245aa689d5efa5554817

PR 27719 applied with additional changes from upstream: 42520aee44d600c98a5495aba5fe5bfcba694fc6
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core

CI Results

Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 8 tests and 7 subtests

Status Summary

Firefox

OK : 4[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 8[GitHub]
PASS : 36[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 44[GitHub]
FAIL : 7[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 27[GitHub]

Chrome

OK : 7
PASS : 43
FAIL : 22
TIMEOUT: 7

Safari

OK : 7
PASS : 45
FAIL : 20
TIMEOUT: 7

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/html/cross-origin-embedder-policy/credentialless/fetch.tentative.https.html
fetch cross-origin + no-cors + credentials:include: FAIL (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/credentialless/iframe-coep-credentialless.tentative.https.html
COEP:credentialless embeds same-origin COEP:none: FAIL (Chrome: FAIL, Safari: FAIL)
COEP:credentialless embeds cross-origin COEP:none: FAIL (Chrome: FAIL, Safari: FAIL)
COEP:credentialless embeds cross-origin COEP:credentialless: FAIL (Chrome: FAIL, Safari: FAIL)
COEP:credentialless embeds cross-origin COEP:require-corp: FAIL (Chrome: FAIL, Safari: FAIL)
COEP:credentialless embeds same-origin COEP:none, CORP:cross-origin: FAIL (Chrome: FAIL, Safari: FAIL)
COEP:credentialless embeds cross-origin COEP:none, CORP:cross-origin: FAIL (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/credentialless/image.tentative.https.html
image same-origin + undefined: FAIL (Chrome: FAIL, Safari: PASS)
image same-origin + anonymous: FAIL (Chrome: FAIL, Safari: PASS)
image same-origin + use-credentials: FAIL (Chrome: FAIL, Safari: PASS)
image cross-origin + undefined: FAIL (Chrome: FAIL, Safari: FAIL)
image cross-origin + use-credentials: FAIL (Chrome: FAIL, Safari: PASS)
/html/cross-origin-embedder-policy/credentialless/link.tentative.https.html
link same-origin + undefined: FAIL (Chrome: FAIL, Safari: PASS)
link same-origin + anonymous: FAIL (Chrome: FAIL, Safari: PASS)
link same-origin + use-credentials: FAIL (Chrome: FAIL, Safari: PASS)
link cross-origin + undefined: FAIL (Chrome: FAIL, Safari: FAIL)
link cross-origin + use-credentials: FAIL (Chrome: FAIL, Safari: PASS)
/html/cross-origin-embedder-policy/credentialless/script.tentative.https.html
script same-origin + undefined: FAIL (Chrome: FAIL, Safari: PASS)
script same-origin + anonymous: FAIL (Chrome: FAIL, Safari: PASS)
script same-origin + use-credentials: FAIL (Chrome: FAIL, Safari: PASS)
script cross-origin + undefined: FAIL (Chrome: FAIL, Safari: FAIL)
script cross-origin + use-credentials: FAIL (Chrome: FAIL, Safari: PASS)
/html/cross-origin-embedder-policy/credentialless/video.tentative.https.html
video same-origin + undefined: FAIL (Chrome: TIMEOUT, Safari: TIMEOUT)
video same-origin + anonymous: FAIL (Chrome: TIMEOUT, Safari: TIMEOUT)
video same-origin + use-credentials: FAIL (Chrome: TIMEOUT, Safari: TIMEOUT)
video cross-origin + undefined: FAIL (Chrome: TIMEOUT, Safari: TIMEOUT)
video cross-origin + use-credentials: FAIL (Chrome: TIMEOUT, Safari: TIMEOUT)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a177d1946572
[wpt PR 27719] - [Credentialless] WPT <iframe>, a=testonly
https://hg.mozilla.org/integration/autoland/rev/2962d4f45fd1
[wpt PR 27719] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in before you can comment on or make changes to this bug.