-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1493449. Change the default credentials mode for module scripts f…
…rom 'omit' to 'same-origin'. r=farre The tests come directly from web-platform-tests/wpt#13176 and web-platform-tests/wpt#13245 Differential Revision: https://phabricator.services.mozilla.com/D7113 UltraBlame original commit: 2de25096cdd54c32488a4d5fdb1fefce6d1fb6db
- Loading branch information
Showing
7 changed files
with
1,086 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...pting-1/the-script-element/module/dynamic-import/dynamic-imports-credentials.sub.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[ | ||
dynamic | ||
- | ||
imports | ||
- | ||
credentials | ||
. | ||
sub | ||
. | ||
html | ||
] | ||
[ | ||
Dynamic | ||
imports | ||
should | ||
be | ||
loaded | ||
with | ||
or | ||
without | ||
the | ||
credentials | ||
based | ||
on | ||
the | ||
same | ||
- | ||
origin | ||
- | ||
ness | ||
and | ||
the | ||
parent | ||
script | ||
' | ||
s | ||
crossOrigin | ||
attribute | ||
] | ||
expected | ||
: | ||
FAIL | ||
bug | ||
: | ||
1342012 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ fetching | |
expected | ||
: | ||
FAIL | ||
bug | ||
: | ||
1342012 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.