| Index: third_party/WebKit/LayoutTests/fast/dom/inert/resources/inert-focus-in-frames-frame1.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/inert/resources/inert-focus-in-frames-frame1.html b/third_party/WebKit/LayoutTests/fast/dom/inert/resources/inert-focus-in-frames-frame1.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..a569993c98220f341170c7ee9afccd03bdd64349
 | 
| --- /dev/null
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/inert/resources/inert-focus-in-frames-frame1.html
 | 
| @@ -0,0 +1,21 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +<head>
 | 
| +<script>
 | 
| +window.onload = parent.parent.frameLoaded;
 | 
| +</script>
 | 
| +</head>
 | 
| +<body>
 | 
| +<dialog id="dialog">
 | 
| +    <button id="dialog-button" tabindex="0">Button</button>
 | 
| +</dialog>
 | 
| +<input id="frame1-input" class="target" type="text">
 | 
| +<iframe id="iframe1" srcdoc='
 | 
| +    <dialog id="iframe-dialog">
 | 
| +        <button id="iframe-dialog-button" tabindex="0">Button</button>
 | 
| +    </dialog>
 | 
| +    <input id="iframe-input" class="target" type="date">
 | 
| +    <script>window.onload = parent.parent.parent.frameLoaded;</script>
 | 
| +'>
 | 
| +</body>
 | 
| +</html>
 | 
| 
 |