blob: ee7cd6c0cbf5f4fbd6b237c875086f1c1fcc8b71 [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 scripts.has(document.getElementById("s0")) is true
PASS scripts.has(document.getElementById("s1")) is true
PASS scripts.has(document.getElementById("s2")) is true
PASS successfullyParsed is true
TEST COMPLETE