| Index: third_party/WebKit/LayoutTests/html/dialog/abspos-dialog-layout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/abspos-dialog-layout.html b/third_party/WebKit/LayoutTests/html/dialog/abspos-dialog-layout.html
|
| similarity index 98%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/abspos-dialog-layout.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/abspos-dialog-layout.html
|
| index e88d8f3f32e6e2467173d81a3d7f33b3e78bedc8..6d42d70745ff8cf843bc7b160220a7467e72bd56 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/abspos-dialog-layout.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/abspos-dialog-layout.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <link href="resources/dialog-layout.css" rel="stylesheet">
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <dialog id="dialog">It is my dialog.</dialog>
|
| <div id="absolute-div">
|
| <div id="relative-div"></div>
|
|
|