[wpt-sync] Sync PR 35234 - Add RemoteContentWrapper a convenience wrapper for remote contexts.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35234 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35234
Details from upstream follow.
Fergal Daly <fergal@chromium.org> wrote:
Add RemoteContentWrapper a convenience wrapper for remote contexts.
This provides a way to easily create them, runs scripts in them and correctly navigate them.
It also adds 2 tests that use it to test unload handlers in the main frame. I could not find an existing test (the ones alongside all test unload in an iframe).
Bug: 1324111
Change-Id: I5b0bd107283bf54c75b4eed9b276728581d7d557
Reviewed-on: https://chromium-review.googlesource.com/3779868
WPT-Export-Revision: 10771d937660d2eadfd1307ed2869fe157e55513
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 17 tests
Status Summary
Firefox
ERROR
: 17
Chrome
ERROR
: 17
Safari
ERROR
: 17
Links
Details
New Tests That Don't Pass
- /html/browsers/browsing-the-web/remote-context-helper-tests/addHtml.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addIframe.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addScripts.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWindow-defaults.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWindow-extra-config.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWindow-features.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWindow-invalid-origin.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWindow-startOn.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWindow-target.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/addWorker.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/constructor.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/navigateToNew.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/navigation-bfcache.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/navigation-helpers.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/remote-context-helper-tests/navigation-same-document.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/unloading-documents/unload/unload-main-frame-cross-origin.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /html/browsers/browsing-the-web/unloading-documents/unload/unload-main-frame-same-origin.window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/db950ef38fde
https://hg.mozilla.org/mozilla-central/rev/e7bdbf37f700
Description
•