blob: 5b98d7d53fe71418187235780e02e7080cfab5cf [file] [log] [blame]
CONSOLE MESSAGE: line 3: SyntaxError: Unexpected token '*'. import call expects exactly one argument.
CONSOLE MESSAGE: line 1: SyntaxError: Unexpected string literal './non-existent-script.js'. import call expects exactly one argument.
FAIL importScripts() on module worker should throw an exception. assert_equals: expected "TypeError" but got "LOADED"
PASS Static import on classic worker should throw an exception.
PASS Worker construction for non-existent script should dispatch an ErrorEvent.
PASS Static import for non-existent script should dispatch an ErrorEvent.
FAIL Dynamic import for non-existent script should throw an exception. assert_equals: expected "TypeError" but got "Error"
PASS Worker construction for an invalid URL should throw an exception.
PASS Worker construction for a file URL should throw an exception.