| Index: third_party/WebKit/LayoutTests/html/dialog/dialog-enabled.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html b/third_party/WebKit/LayoutTests/html/dialog/dialog-enabled.html
|
| similarity index 84%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/dialog-enabled.html
|
| index 3f64751b86e72af99fa7d14921611462f506f296..5f56c45cc0e0f4f475595c1ceeee94fcfa0a976b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/dialog-enabled.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| </head>
|
| <body>
|
| <dialog id="mydialog"></dialog>
|
|
|