blob: 711c8d841d540e8efc592276e7b5f95af3e2c6d2 [file] [log] [blame]
This is a testharness.js-based test.
PASS import:std:blank: <script src type=module>
PASS import:std:blank: <script src type=text/javascript>
PASS import:std:blank: static import
PASS import:std:blank: dynamic import (from module)
PASS import:std:blank: dynamic import (from text/javascript)
FAIL import:@std/blank: <script src type=module> assert_unreached: Shouldn't load Reached unreachable code
PASS import:@std/blank: <script src type=text/javascript>
FAIL import:@std/blank: static import assert_unreached: Shouldn't load Reached unreachable code
FAIL import:@std/blank: dynamic import (from module) assert_unreached: dynamic import promise shouldn't be resolved Reached unreachable code
FAIL import:@std/blank: dynamic import (from text/javascript) assert_unreached: dynamic import promise shouldn't be resolved Reached unreachable code
PASS import:std:none: <script src type=module>
PASS import:std:none: <script src type=text/javascript>
PASS import:std:none: static import
PASS import:std:none: dynamic import (from module)
PASS import:std:none: dynamic import (from text/javascript)
PASS import:@std/none: <script src type=module>
PASS import:@std/none: <script src type=text/javascript>
PASS import:@std/none: static import
PASS import:@std/none: dynamic import (from module)
PASS import:@std/none: dynamic import (from text/javascript)
Harness: the test ran to completion.