Summary

Harness status: OK

Found 3 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-002.html:33:3)
PassInner nodes with 'inert' attribute become inert anyways
Asserts run
Pass
assert_equals("dialog", "dialog")
    at checkSelection ( /inert/inert-with-modal-dialog-002.html:33:3)
PassIf the modal dialog has the 'inert' attribute, everything becomes inert
Asserts run
Pass
assert_equals("", "")
    at checkSelection ( /inert/inert-with-modal-dialog-002.html:33:3)