[wpt-sync] Sync PR 23667 - html: Remove Promise.resolve in bailout-side-effects-ignore-opens-during-unload.window.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23667 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23667
Details from upstream follow.
Timothy Gu <timothygu99@gmail.com> wrote:
html: Remove Promise.resolve in bailout-side-effects-ignore-opens-during-unload.window.html
The call was originally to mitigate a Chrome bug involving incorrectly set entry realm, but it turns out to not actually work per spec. After this PR, Firefox and Chrome would both pass this test, as they have fixed their own respective issues.
Fixes: #14909
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 72 tests
Status Summary
Firefox
OK : 1
PASS: 3[GitHub] 74[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-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]
Chrome
OK : 1
PASS: 3
Safari
OK : 1
PASS: 3
Links
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fedc1ba7e262
https://hg.mozilla.org/mozilla-central/rev/2c3a1520b2ef
Description
•