mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
script: complete resolve_module_specifier
(#37552)
Implement whole spec of `resolve_module_specifier`. Servo can now support script element with import map type! Testing: `tests/wpt/tests/import-map` Fixes: #37316 #36394 --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
parent
d7269c0f3b
commit
927573de97
35 changed files with 376 additions and 281 deletions
|
@ -1,2 +1,9 @@
|
|||
[external-script-bare-descendent.html]
|
||||
expected: ERROR
|
||||
[Resolution after import map should not be redefined]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution after import map should not be redefined for bare prefixes or exact matches]
|
||||
expected: FAIL
|
||||
|
||||
[Resolution after import map should be redefined for non-prefixes]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue