diff --git a/inert/inert-with-modal-dialog-001.html b/inert/inert-with-modal-dialog-001.html index a31fa150147f5c..aa0c29c7339c43 100644 --- a/inert/inert-with-modal-dialog-001.html +++ b/inert/inert-with-modal-dialog-001.html @@ -3,7 +3,7 @@ Interaction of 'inert' attribute with modal dialog - +
wrapper @@ -51,6 +51,6 @@ test(function() { wrapper.inert = true; this.add_cleanup(() => { wrapper.inert = false; }); - checkSelection(""); -}, "If an ancestor of the dialog has the 'inert' attribute, everything becomes inert"); + checkSelection("dialog child"); +}, "If an ancestor of the dialog has the 'inert' attribute, the dialog escapes inertness");