| Index: third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames.html b/third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames.html
|
| similarity index 97%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames.html
|
| index 92fa36a096fcbb9097c487eeeb025dc1961c794e..64815f7f67e3cd17352cadff52af2a9d4f77ea35 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-focus-in-frames.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/inert-focus-in-frames.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Tests inert node focusing across frames and iframes.');
|
| if (window.testRunner)
|
|
|