Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassDuplicated imports with the different specifier
Asserts run
Pass
assert_array_equals(["export-something", "export-default"], ["export-something", "export-default"])
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/duplicated-imports-2.html:16:3)
Pass
assert_equals(42, 42)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/duplicated-imports-2.html:17:3)
Pass
assert_equals(43, 43)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/duplicated-imports-2.html:19:3)
Pass
assert_equals("fox", "fox")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/duplicated-imports-2.html:20:3)
Pass
assert_equals("fox", "fox")
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/module/duplicated-imports-2.html:21:3)