blob: 8d9952e54a4ab4c8bea4102c9e6fd2eaa3e7b9de [file] [log] [blame]
CONSOLE MESSAGE: TypeError: Module specifier, 'incorrect' does not start with "/", "./", or "../". Referenced from module-incorrect-relative-specifier.html
CONSOLE MESSAGE: TypeError: Module specifier, '$hello' does not start with "/", "./", or "../". Referenced from module-incorrect-relative-specifier.html
CONSOLE MESSAGE: TypeError: Module specifier, '.../test' does not start with "/", "./", or "../". Referenced from module-incorrect-relative-specifier.html
Test script.onerror will be fired when the incorrect relative specifier is specified.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Module is not executed yet.
0
1
2
PASS errors.some(e => e.match(/incorrect/)) is true
PASS errors.some(e => e.match(/hello/)) is true
PASS errors.some(e => e.match(/test/)) is true
PASS Got expected error: 'TypeError'
PASS successfullyParsed is true
TEST COMPLETE