Pass | Import a module that validly imports itself | Asserts runPass | assert_equals("SelfInner", "SelfInner")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports-self.js:4:5) |
|
Pass | Import a module with a valid cyclical module dependency | Asserts runPass | assert_equals("CycleA", "CycleA")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports-cycle.js:4:5) |
|
Pass | Import a simple module | Asserts runPass | assert_equals("imports-a.js", "imports-a.js", "Unexpected A")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:16:13) |
|
Pass | Import a simple module, renamed | Asserts runPass | assert_equals("imports-b.js", "imports-b.js", "Unexpected B_RENAMED")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:25:13) |
|
Pass | Import the same module multiple times | Asserts runPass | assert_equals("imports-a.js", "imports-a.js", "Unexpected INC_A")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:44:13) | Pass | assert_equals("imports-b.js", "imports-b.js", "Unexpected INC_A")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:45:13) | Pass | assert_equals("imports-a.js", "imports-a.js", "Unexpected INC_A")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:46:13) | Pass | assert_equals("imports-b.js", "imports-b.js", "Unexpected INC_A")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:47:13) | Pass | assert_equals(object "[object Object]", object "[object Object]", "INC_A and INC_AB_A should be the same")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:48:13) | Pass | assert_equals(object "[object Object]", object "[object Object]", "INC_B and INC_AB_B should be the same")
at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports.html:49:13) |
|