Summary

Harness status: OK

Found 37 tests

Details

ResultTest NameMessage
Passthe event is an instance of ToggleEvent
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:12:3)
Passthe event inherts from Event
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:17:3)
PassMissing type argument
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     new ToggleEvent();   }", "First argument (type) is required, so was expecting a TypeError.")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:21:3)
Passtype argument is string
Asserts run
Pass
assert_equals("test", "test")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:28:3)
Passtype argument is null
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:33:3)
Passevent type set to undefined
Asserts run
Pass
assert_equals("undefined", "undefined")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:38:3)
PassoldState has default value of empty string
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:43:3)
PassoldState is readonly
Asserts run
Pass
assert_readonly(object "[object ToggleEvent]", "oldState", "readonly attribute value")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:48:3)
PassnewState has default value of empty string
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:53:3)
PassnewState is readonly
Asserts run
Pass
assert_readonly(object "[object ToggleEvent]", "newState", "readonly attribute value")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:58:3)
PassToggleEventInit argument is null
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:63:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:64:3)
PassToggleEventInit argument is undefined
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:69:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:70:3)
PassToggleEventInit argument is empty dictionary
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:75:3)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:76:3)
PassoldState set to 'sample'
Asserts run
Pass
assert_equals("sample", "sample")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:81:3)
PassoldState set to undefined
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:86:3)
PassoldState set to null
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:91:3)
PassoldState set to false
Asserts run
Pass
assert_equals("false", "false")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:96:3)
PassoldState set to true
Asserts run
Pass
assert_equals("true", "true")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:101:3)
PassoldState set to a number
Asserts run
Pass
assert_equals("0.5", "0.5")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:106:3)
PassoldState set to []
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:111:3)
PassoldState set to [1, 2, 3]
Asserts run
Pass
assert_equals("1,2,3", "1,2,3")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:116:3)
PassoldState set to an object
Asserts run
Pass
assert_equals("[object Object]", "[object Object]")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:121:3)
PassoldState set to an object with a valueOf function
Asserts run
Pass
assert_equals("[object Object]", "[object Object]")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:127:3)
PassToggleEventInit properties set value
Asserts run
Pass
assert_equals("sample", "sample")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:133:3)
Pass
assert_equals("sample2", "sample2")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:134:3)
PassToggleEventInit properties set value 2
Asserts run
Pass
assert_equals("open", "open")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:140:3)
Pass
assert_equals("closed", "closed")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:141:3)
PassToggleEventInit properties set value 3
Asserts run
Pass
assert_equals("closed", "closed")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:147:3)
Pass
assert_equals("open", "open")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:148:3)
PassToggleEventInit properties set value 4
Asserts run
Pass
assert_equals("open", "open")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:154:3)
Pass
assert_equals("open", "open")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:155:3)
PassnewState set to 'sample'
Asserts run
Pass
assert_equals("sample", "sample")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:160:3)
PassnewState set to undefined
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:165:3)
PassnewState set to null
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:170:3)
PassnewState set to false
Asserts run
Pass
assert_equals("false", "false")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:175:3)
PassnewState set to true
Asserts run
Pass
assert_equals("true", "true")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:180:3)
PassnewState set to a number
Asserts run
Pass
assert_equals("0.5", "0.5")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:185:3)
PassnewState set to []
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:190:3)
PassnewState set to [1, 2, 3]
Asserts run
Pass
assert_equals("1,2,3", "1,2,3")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:195:3)
PassnewState set to an object
Asserts run
Pass
assert_equals("[object Object]", "[object Object]")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:200:3)
PassnewState set to an object with a valueOf function
Asserts run
Pass
assert_equals("[object Object]", "[object Object]")
    at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:206:3)