Closed
Bug 1822247
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 38977 - [ComputePressure] Fix focus related WPTs
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox113 fixed)
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38977 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38977
Details from upstream follow.
Wei4 Wang <wei4.wang@intel.com> wrote:
[ComputePressure] Fix focus related WPTs
This CL resolves two issues:
- Missing function call "observer.observe('cpu')".
- iframe.contentWindow.focus() does not work before the iframe is
loaded.Bug: none
Change-Id: Ife7fce64120048e5bcdf40242d1e80fc048b78cd
Reviewed-on: https://chromium-review.googlesource.com/4335229
WPT-Export-Revision: 9864e39e0dcaf0f3b5fb293e9218d60e423c99de
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8002861db90958aea983cc8e5f63d31e4a83398c
| Assignee | ||
Comment 2•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=524610a3496745400299a421a0ed2f7f20534df3
| Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 2 subtests
Status Summary
Firefox
OK : 2
FAIL : 4
Chrome
CRASH : 2
Safari
OK : 1
FAIL : 2
TIMEOUT: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /compute-pressure/compute_pressure_cross_origin_focus_control.tentative.https.window.html [wpt.fyi]
- Observer in main frame should not receive PressureRecord when focused on cross-origin iframe:
FAIL(Safari:FAIL) - Observer in iframe should not receive PressureRecord when focused on cross-origin main frame:
FAIL(Safari:FAIL)
- Observer in main frame should not receive PressureRecord when focused on cross-origin iframe:
- /compute-pressure/compute_pressure_privacy_test.tentative.https.window.html [wpt.fyi]
- Observer should receive PressureRecord if associated document is the initiator of active Picture-in-Picture session:
FAIL - Observer should receive PressureRecord if browsing context is capturing:
FAIL
- Observer should receive PressureRecord if associated document is the initiator of active Picture-in-Picture session:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f417c3946c3
[wpt PR 38977] - [ComputePressure] Fix focus related WPTs, a=testonly
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•