| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus.html
|
| index ff093fa5a81a4bf735c9a7ee91c2adae4d8a17a9..421f7f0c2ec1869f70c5ec6d8d773aae3239d618 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus.html
|
| @@ -51,6 +51,9 @@ waitUntilLoadedAndAutofocused(test);
|
| <button id="outer-button" autofocus></button>
|
| <dialog id="dialog">
|
| <button></button>
|
| + <!-- Unfocusable elements with [autofocus] should be ignored. -->
|
| + <input autofocus disabled>
|
| + <textarea autofocus hidden></textarea>
|
| <dialog>
|
| <button autofocus></button>
|
| </dialog>
|
|
|