| Index: third_party/WebKit/LayoutTests/html/dialog/inert-node-is-uneditable.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-uneditable.html b/third_party/WebKit/LayoutTests/html/dialog/inert-node-is-uneditable.html
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-uneditable.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/inert-node-is-uneditable.html
|
| index 72561141896ced902cfa85187b9e5b18cfdb17c6..850171a7ba76db37acab1cb4ddd51a3264cdd72e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-uneditable.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/inert-node-is-uneditable.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>
|
| <span id="not-editable" contenteditable>I'm not editable.</span>
|
|
|