[toggleevent-interface.html]
[the event is an instance of ToggleEvent]
expected: FAIL
[the event inherts from Event]
expected: FAIL
[Missing type argument]
expected: FAIL
[type argument is string]
expected: FAIL
[type argument is null]
expected: FAIL
[event type set to undefined]
expected: FAIL
[oldState has default value of empty string]
expected: FAIL
[oldState is readonly]
expected: FAIL
[newState has default value of empty string]
expected: FAIL
[newState is readonly]
expected: FAIL
[ToggleEventInit argument is null]
expected: FAIL
[ToggleEventInit argument is undefined]
expected: FAIL
[ToggleEventInit argument is empty dictionary]
expected: FAIL
[oldState set to 'sample']
expected: FAIL
[oldState set to undefined]
expected: FAIL
[oldState set to null]
expected: FAIL
[oldState set to false]
expected: FAIL
[oldState set to true]
expected: FAIL
[oldState set to a number]
expected: FAIL
[oldState set to [\]]
expected: FAIL
[oldState set to [1, 2, 3\]]
expected: FAIL
[oldState set to an object]
expected: FAIL
[oldState set to an object with a valueOf function]
expected: FAIL
[ToggleEventInit properties set value]
expected: FAIL
[ToggleEventInit properties set value 2]
expected: FAIL
[ToggleEventInit properties set value 3]
expected: FAIL
[ToggleEventInit properties set value 4]
expected: FAIL
[newState set to 'sample']
expected: FAIL
[newState set to undefined]
expected: FAIL
[newState set to null]
expected: FAIL
[newState set to false]
expected: FAIL
[newState set to true]
expected: FAIL
[newState set to a number]
expected: FAIL
[newState set to [\]]
expected: FAIL
[newState set to [1, 2, 3\]]
expected: FAIL
[newState set to an object]
expected: FAIL
[newState set to an object with a valueOf function]
expected: FAIL