| 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
|
| deleted file mode 100644
|
| index a569993c98220f341170c7ee9afccd03bdd64349..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/inert/resources/inert-focus-in-frames-frame1.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!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>
|
|
|