Bug 1502443 [wpt PR 13739] - Update wpt metadata, a=testonly

wpt-pr: 13739
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-10-26 18:06:32 +00:00
Родитель 573eea3331
Коммит 0cc6e7567d
1 изменённых файлов: 88 добавлений и 0 удалений

Просмотреть файл

@ -1,7 +1,95 @@
[dedicated-worker-options-credentials.html]
expected: ERROR
[new Worker() with the default credentials option should not send the credentials]
expected: FAIL
[new Worker() with credentials=omit should not send the credentials]
expected: FAIL
[new Worker() with type=classic should always send the credentials regardless of the credentials option (include).]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials regardless of the credentials option (default).]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials regardless of the credentials option (omit).]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for same-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (include).]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (same-origin).]
expected: NOTRUN
[new Worker() with type-module credentials=omit should not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type-module credentials=omit should not send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials for same-origin static imports]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should not send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (include).]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (omit).]
expected: NOTRUN
[new Worker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (omit).]
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials]
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: TIMEOUT
[new Worker() with type=classic should always send the credentials regardless of the credentials option (same-origin).]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (default).]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (default).]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (same-origin).]
expected: NOTRUN
[new Worker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should send the credentials for same-origin static imports]
expected: NOTRUN
[new Worker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for same-origin dynamic imports]
expected: NOTRUN