Import maps: rearrange and update WPTs #26239
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Flips the pass condition for worker interaction. A module worker does
not impact the import map of the outer page, since its constructor
takes a URL, not a specifier that needs resolution.
Removes leftover built-in module support and @std references.
Removes .tentative filename suffixes.
Renames "common" to "data-driven".
Renames parsing.tentative.https.html to parsing-internal.https.html so
that all internal tests to have -internal in the name. We should move
them out of WPT (or convert them to not require internals),
eventually, but for now making the difference clear is good.
Moves "core" tests up to the top level.
Removes references to future fetch-based import maps and Chromium
implementation limitations.
Adds OWNERS and META.yml
Bug: 1026809
Change-Id: I1807468a813ebee416cd8e05a272dbae6ea157bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491616
Reviewed-by: Hiroshige Hayashizaki <[email protected]>
Commit-Queue: Domenic Denicola <[email protected]>
Cr-Commit-Position: refs/heads/master@{#825559}