| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable.html
|
| index 9e2e6b438da38959c31725435de1bec426723cbb..54d221f10cb6fe5930d1d670b6a12d4e332c9b8d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable.html
|
| @@ -48,7 +48,7 @@ var topDialog = document.getElementById('top-dialog');
|
| topDialog.showModal();
|
|
|
| testFocus(document.body, false);
|
| -testTree(topDialog, true);
|
| +testTree(topDialog, true); // this breaks
|
| testTree(bottomDialog, false);
|
| testTree(document.getElementById('container'), false);
|
| </script>
|
|
|