Add WPT baseline for import maps (#37388)

Part of #37316

Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
Ngo Iok Ui (Wu Yu Wei) 2025-06-11 16:26:10 +09:00 committed by GitHub
parent f1767e6c1e
commit f60c857fcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 787 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[basic.html]
[Second import map should be used for resolution]
expected: FAIL

View file

@ -0,0 +1,9 @@
[conflict-first-persists.html]
[First defined rule persists in case of conflict]
expected: FAIL
[First defined rule persists in case of conflict - prefixed bare specifiers]
expected: FAIL
[First defined rule persists in case of conflict - non-prefix bare specifier]
expected: FAIL

View file

@ -0,0 +1,3 @@
[resolution-consistency-in-module-tree-inline.html]
[Module tree that started to download before a new import map should still take it into account]
expected: FAIL

View file

@ -0,0 +1,3 @@
[resolution-consistency-in-module-tree.html]
[Module tree that started to download before a new import map should still take it into account]
expected: FAIL

View file

@ -0,0 +1,3 @@
[url-resolution-conflict.html]
[Second import map should not override same resolved URL]
expected: FAIL

View file

@ -0,0 +1,3 @@
[with-errors.html]
[Second import map should be used for resolution even after an import map with errors]
expected: FAIL