Update web-platform-tests to revision 4657e102531b29ebfbf73b547693288c51c8b8c0

This commit is contained in:
WPT Sync Bot 2019-04-19 22:13:27 -04:00
parent c449cbb8ea
commit ecabb8b521
19 changed files with 777 additions and 272 deletions

View file

@ -58,10 +58,10 @@
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials]
expected: NOTRUN
expected: FAIL
[new Worker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin static imports]
expected: NOTRUN
expected: TIMEOUT
[new Worker() with type=classic should always send the credentials regardless of the credentials option (same-origin).]
expected: NOTRUN
@ -93,12 +93,3 @@
[new Worker() with type=module and credentials=include should send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should send the credentials]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials]
expected: NOTRUN
[new Worker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials]
expected: TIMEOUT