| Index: third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
|
| diff --git a/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html b/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
|
| index a569993c98220f341170c7ee9afccd03bdd64349..c5566bc092a3c4a53202013570f314b867ce0bf9 100644
|
| --- a/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/resources/inert-focus-in-frames-frame1.html
|
| @@ -8,6 +8,9 @@ window.onload = parent.parent.frameLoaded;
|
| <body>
|
| <dialog id="dialog">
|
| <button id="dialog-button" tabindex="0">Button</button>
|
| + <iframe id="iframe-in-dialog" srcdoc='
|
| + <input id="iframe-under-dialog-input" class="target" type="date">
|
| + '></iframe>
|
| </dialog>
|
| <input id="frame1-input" class="target" type="text">
|
| <iframe id="iframe1" srcdoc='
|
|
|