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