Something

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passdialog-inert
Asserts run
Pass
assert_equals(Element node <dialog id="dialog" open="">Something</dialog>, Element node <dialog id="dialog" open="">Something</dialog>, "Dialog is hittable by default")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-inert.html:26:3)
Pass
assert_not_equals(Element node <html><head><meta charset="utf-8"> <link rel="author" tit..., Element node <dialog id="dialog" open="" inert="">Something</dialog>, "Dialog becomes inert dynamically")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-inert.html:32:3)
Pass
assert_not_equals(Element node <html><head><meta charset="utf-8"> <link rel="author" tit..., Element node <dialog id="dialog" inert="" open="">Something</dialog>, "Dialog remains inert after open")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-inert.html:39:3)