| Index: third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.html b/third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
|
| index c62979697fc574d1fad1ddaa1ec26fb7edf8149b..1a55c93b39716a4a83b06dad75fe2ac08f256c39 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
|
| @@ -22,7 +22,7 @@ dialog {
|
| <dialog id="second-middle-dialog" style="left: 100px"></dialog>
|
| <dialog id="bottom-dialog"></dialog>
|
| </body>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| debug('Test that multiple dialogs are centered properly. You should see four ' +
|
| 'boxes: one on the top row, two on the middle, and one on the bottom.');
|
|
|