| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html
|
| index f98cc72f0b3c98014788f0b7240a4a6f7c6091c8..6b59a844b985bbc42d49c86c7cb47851888fde75 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html
|
| @@ -38,7 +38,7 @@ label.focus();
|
| shouldBe('document.activeElement', "document.querySelector('#submit')");
|
|
|
| debug('Testing that clicking on the label sends focus to document.body.');
|
| -clickOn(label);
|
| +clickOn(label); // this now focuses the dialog instead
|
| shouldBe('document.activeElement', 'document.body');
|
| </script>
|
| </html>
|
|
|