Closed
Bug 1838847
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 40590 - window-management: Do some small cleanups in helpers.js.
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40590 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40590
Details from upstream follow.
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> wrote:
window-management: Do some small cleanups in helpers.js.
- Remove unnecessary use of async in poll()'s inner function.
- Use assert_implements() rather than assert_true() to check that the API is implemented.
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ce5d41703498543d8fd274d83c9e9929cad9658a
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 2 subtests
Status Summary
Firefox
OK
: 4
FAIL
: 4
Chrome
OK
: 4
PASS
: 6
FAIL
: 1
Safari
OK
: 4
FAIL
: 4
Links
Details
New Tests That Don't Pass
- /window-management/multi-screen-fullscreen-companion.tentative.https.html [wpt.fyi]
- Enter fullscreen and open a popup from one transient activation.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Enter fullscreen and open a popup from one transient activation.:
- /window-management/multi-screen-fullscreen-enter.tentative.https.html [wpt.fyi]
- Use multi-screen details to enter fullscreen on specific screens:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Use multi-screen details to enter fullscreen on specific screens:
- /window-management/multi-screen-fullscreen-move.tentative.https.html [wpt.fyi]
- Use multi-screen details to move fullscreen between screens:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Use multi-screen details to move fullscreen between screens:
- /window-management/multi-screen-window-open.tentative.https.html [wpt.fyi]
- Use multi-screen details to open a popup window on each screen:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Use multi-screen details to open a popup window on each screen:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be7eeae23cc5
[wpt PR 40590] - window-management: Do some small cleanups in helpers.js., a=testonly
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•