blob: 6f823b918657a246c1268abaa9f535cbded6b88c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[shared-worker-import-data-url.window.html]
expected: TIMEOUT
[Dynamic import.]
expected: NOTRUN
[Static import and then dynamic import.]
expected: NOTRUN
[eval(import()).]
expected: NOTRUN
[Dynamic import and then static import.]
expected: NOTRUN
[Static import.]
expected: TIMEOUT
[Nested dynamic import.]
expected: NOTRUN
[Nested static import.]
expected: NOTRUN
[Static import (cross-origin).]
expected: NOTRUN
[Static import (redirect).]
expected: NOTRUN
|