Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassModal dialog only marks outside nodes as inert
Asserts run
Pass
assert_equals("dialog child", "dialog child")
    at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3)
PassInner nodes with 'inert' attribute become inert anyways
Asserts run
Pass
assert_equals("dialog", "dialog")
    at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3)
PassIf the modal dialog has the 'inert' attribute, everything becomes inert
Asserts run
Pass
assert_equals("", "")
    at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3)
PassIf an ancestor of the dialog has the 'inert' attribute, the dialog escapes inertness
Asserts run
Pass
assert_equals("dialog child", "dialog child")
    at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3)
wrapper dialog child