| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus-multiple-times.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus-multiple-times.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus-multiple-times.html
|
| index fa02a0051881fa726bcc78fa29c08f9efed6454c..6abf6dfae065ff6430204dacd0d4e4b7e23fb04d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus-multiple-times.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-autofocus-multiple-times.html
|
| @@ -33,6 +33,9 @@ waitUntilLoadedAndAutofocused(test);
|
| <body>
|
| <button id="outer-button" autofocus></button>
|
| <dialog id="dlg">
|
| + <!-- Unfocusable elements with [autofocus] should be ignored. -->
|
| + <input autofocus disabled>
|
| + <textarea autofocus hidden></textarea>
|
| <input id="input1"></input>
|
| <input id="input2" autofocus></input>
|
| </dialog>
|
|
|