html-script-module-imports

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassImport a module that validly imports itself
Asserts run
Pass
assert_equals("SelfInner", "SelfInner")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports-self.js:4:5)
PassImport a module with a valid cyclical module dependency
Asserts run
Pass
assert_equals("CycleA", "CycleA")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/imports-cycle.js:4:5)
PassImport a simple module
Asserts run
Pass
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)
PassImport a simple module, renamed
Asserts run
Pass
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)
PassImport the same module multiple times
Asserts run
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: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)