Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassnoModule IDL attribute on a parser created classic script element without nomodule content attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:18:5)
PassnoModule IDL attribute on a parser created classic script element with nomodule content attribute
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:22:5)
PassnoModule IDL attribute on a parser created module script element without nomodule content attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:26:5)
PassnoModule IDL attribute on a parser created module script element with nomodule content attribute
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:30:5)
PassnoModule IDL attribute on a dynamically created script element without nomodule content attribute
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:36:5)
PassnoModule IDL attribute on a dynamically created script element after nomodule content attribute is set to "nomodule"
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:42:5)
PassnoModule IDL attribute on a dynamically created script element after nomodule content attribute is set to ""
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:48:5)
PassnoModule IDL attribute on a dynamically created script element after nomodule content attribute had been removed
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:54:5)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:56:5)
PassnoModule IDL attribute must add nomodule content attribute on setting to true
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:61:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:63:5)
PassnoModule IDL attribute must remove nomodule content attribute on setting to false
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/scripting-1/the-script-element/nomodule-reflect.html:70:5)