gecko-dev/testing/web-platform/tests/portals
Adithya Srinivasan 174f900590 Bug 1532558 [wpt PR 15626] - Portals: Add checks for failure scenarios for activate(), a=testonly
Automatic update from web-platform-tests
Portals: Add checks for failure scenarios for activate()

The promise returned by activate() rejects with an error if:

- activate() is called on a portal that is already activating
- activate() is called on a portal when another portal in the document
  is already activating
- activate() is called on a nested portal

Bug: 914122
Change-Id: I43136bc363be9f710dae6c107058b7b1a6674263
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1496482
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Lucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#643545}

--

wpt-commits: f0aa35ac335f10c527e1fc1b30d29d5d2678f58d
wpt-pr: 15626
2019-04-24 11:30:37 +01:00
..
references
resources Bug 1532558 [wpt PR 15626] - Portals: Add checks for failure scenarios for activate(), a=testonly 2019-04-24 11:30:37 +01:00
META.yml
portal-activate-data.html Bug 1537578 [wpt PR 15930] - Portals: Fix ArrayBuffer transfer through activation data, a=testonly 2019-04-24 11:18:34 +01:00
portal-activate-event.html
portals-activate-inside-iframe.html
portals-activate-inside-portal.html Bug 1532558 [wpt PR 15626] - Portals: Add checks for failure scenarios for activate(), a=testonly 2019-04-24 11:30:37 +01:00
portals-activate-no-browsing-context.html
portals-activate-twice.html Bug 1532558 [wpt PR 15626] - Portals: Add checks for failure scenarios for activate(), a=testonly 2019-04-24 11:30:37 +01:00
portals-adopt-predecessor.html Bug 1535859 [wpt PR 15791] - Portals: Support adoption of the predecessor., a=testonly 2019-04-24 11:30:33 +01:00
portals-cross-origin-load.sub.html
portals-host-exposure.sub.html
portals-host-hidden-after-activation.html
portals-host-null.html
portals-nested.html
portals-no-referrer.html
portals-post-message.sub.html Bug 1533472 [wpt PR 15211] - Portals: Implement postMessage for HTMLPortalElement, a=testonly 2019-04-24 11:19:26 +01:00
portals-rendering.html
README.md

Portals

This directory contains tests for the portals feature, which seeks to enable seamless navigation. For more information, see:

This feature is currently in early development.