blob: b03e2f868c91379f8d62a686ddd0da00c26af429 [file] [log] [blame]
FAIL Importing a same-origin script with the default WorkletOptions should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a remote-origin script with the default WorkletOptions should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a same-origin script with credentials=omit should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a remote-origin script with credentials=omit should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a same-origin script with credentials=same-origin should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a remote-origin script with credentials=same-origin should not send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a same-origin script with credentials=include should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"
FAIL Importing a remote-origin script with credentials=include should send the credentials promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'worklet.addModule')"