mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
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 |
||
|---|---|---|
| .. | ||
| references | ||
| resources | ||
| META.yml | ||
| portal-activate-data.html | ||
| portal-activate-event.html | ||
| portals-activate-inside-iframe.html | ||
| portals-activate-inside-portal.html | ||
| portals-activate-no-browsing-context.html | ||
| portals-activate-twice.html | ||
| portals-adopt-predecessor.html | ||
| 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 | ||
| 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.