Pass | Modal dialog only marks outside nodes as inert | Asserts runPass | assert_equals("dialog child", "dialog child")
at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3) |
|
Pass | Inner nodes with 'inert' attribute become inert anyways | Asserts runPass | assert_equals("dialog", "dialog")
at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3) |
|
Pass | If the modal dialog has the 'inert' attribute, everything becomes inert | Asserts runPass | assert_equals("", "")
at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3) |
|
Pass | If an ancestor of the dialog has the 'inert' attribute, the dialog escapes inertness | Asserts runPass | assert_equals("dialog child", "dialog child")
at checkSelection ( /inert/inert-with-modal-dialog-001.html:32:3) |
|