Pass | the event is an instance of ToggleEvent | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:12:3) |
|
Pass | the event inherts from Event | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:17:3) |
|
Pass | Missing type argument | Asserts runPass | 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) |
|
Pass | type argument is string | Asserts runPass | assert_equals("test", "test")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:28:3) |
|
Pass | type argument is null | Asserts runPass | assert_equals("null", "null")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:33:3) |
|
Pass | event type set to undefined | Asserts runPass | assert_equals("undefined", "undefined")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:38:3) |
|
Pass | oldState has default value of empty string | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:43:3) |
|
Pass | oldState is readonly | Asserts runPass | assert_readonly(object "[object ToggleEvent]", "oldState", "readonly attribute value")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:48:3) |
|
Pass | newState has default value of empty string | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:53:3) |
|
Pass | newState is readonly | Asserts runPass | assert_readonly(object "[object ToggleEvent]", "newState", "readonly attribute value")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:58:3) |
|
Pass | ToggleEventInit argument is null | Asserts runPass | 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) |
|
Pass | ToggleEventInit argument is undefined | Asserts runPass | 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) |
|
Pass | ToggleEventInit argument is empty dictionary | Asserts runPass | 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) |
|
Pass | oldState set to 'sample' | Asserts runPass | assert_equals("sample", "sample")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:81:3) |
|
Pass | oldState set to undefined | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:86:3) |
|
Pass | oldState set to null | Asserts runPass | assert_equals("null", "null")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:91:3) |
|
Pass | oldState set to false | Asserts runPass | assert_equals("false", "false")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:96:3) |
|
Pass | oldState set to true | Asserts runPass | assert_equals("true", "true")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:101:3) |
|
Pass | oldState set to a number | Asserts runPass | assert_equals("0.5", "0.5")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:106:3) |
|
Pass | oldState set to [] | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:111:3) |
|
Pass | oldState set to [1, 2, 3] | Asserts runPass | assert_equals("1,2,3", "1,2,3")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:116:3) |
|
Pass | oldState set to an object | Asserts runPass | assert_equals("[object Object]", "[object Object]")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:121:3) |
|
Pass | oldState set to an object with a valueOf function | Asserts runPass | assert_equals("[object Object]", "[object Object]")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:127:3) |
|
Pass | ToggleEventInit properties set value | Asserts runPass | 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) |
|
Pass | ToggleEventInit properties set value 2 | Asserts runPass | 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) |
|
Pass | ToggleEventInit properties set value 3 | Asserts runPass | 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) |
|
Pass | ToggleEventInit properties set value 4 | Asserts runPass | 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) |
|
Pass | newState set to 'sample' | Asserts runPass | assert_equals("sample", "sample")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:160:3) |
|
Pass | newState set to undefined | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:165:3) |
|
Pass | newState set to null | Asserts runPass | assert_equals("null", "null")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:170:3) |
|
Pass | newState set to false | Asserts runPass | assert_equals("false", "false")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:175:3) |
|
Pass | newState set to true | Asserts runPass | assert_equals("true", "true")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:180:3) |
|
Pass | newState set to a number | Asserts runPass | assert_equals("0.5", "0.5")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:185:3) |
|
Pass | newState set to [] | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:190:3) |
|
Pass | newState set to [1, 2, 3] | Asserts runPass | assert_equals("1,2,3", "1,2,3")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:195:3) |
|
Pass | newState set to an object | Asserts runPass | assert_equals("[object Object]", "[object Object]")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:200:3) |
|
Pass | newState set to an object with a valueOf function | Asserts runPass | assert_equals("[object Object]", "[object Object]")
at Test.<anonymous> ( /html/semantics/popovers/toggleevent-interface.html:206:3) |
|