foobar

foobar

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassOn getting, the IDL open attribute must return true if the content open attribute is set, and false if it is absent.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-open.html:20:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-open.html:21:5)
PassOn setting, the content open attribute must be removed if the IDL open attribute is set to false, and must be present if the IDL open attribute is set to true.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-open.html:26:5)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-open.html:28:5)
PassOn setting it to false, the close event should not be fired
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-open.html:33:5)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-open.html:36:5)