Closed Bug 1897235 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 46325 - Use boolean in cross-origin reportEvent() opt in header.

Categories

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

task

Tracking

()

RESOLVED FIXED
128 Branch
Tracking Status
firefox128 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Liam Brady <lbrady@google.com> wrote:

Use boolean in cross-origin reportEvent() opt in header.

The opt in header currently expects the string literal "true" to opt
the fenced frame's config into being used for reportEvent() calls
originating from cross-origin subframes. Using string literals are an
outdated syntax. Instead, the current spec prefers using the boolean
values "?0" and "?1". This CL updates the header to expect a boolean.

The feature has not shipped yet, so there is no need for backwards
compatibility for the existing syntax.

Change-Id: I2d2aea9713b98acb6984f7c57971413fe684afb3
Bug: 331844131

Reviewed-on: https://chromium-review.googlesource.com/5542760
WPT-Export-Revision: 487c7eb24eaccd0d6dd2d426619dd97ce8943663

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core

CI Results

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

Total 11 tests and 1 subtests

Status Summary

Firefox

OK : 11
FAIL : 11

Chrome

OK : 6
FAIL : 6
TIMEOUT: 10

Safari

OK : 11
FAIL : 11

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a1196be0af5f [wpt PR 46325] - Use boolean in cross-origin reportEvent() opt in header., a=testonly
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in before you can comment on or make changes to this bug.