| Index: third_party/WebKit/LayoutTests/html/dialog/synthetic-click-inert.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/synthetic-click-inert.html b/third_party/WebKit/LayoutTests/html/dialog/synthetic-click-inert.html
|
| similarity index 94%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/synthetic-click-inert.html
|
| rename to third_party/WebKit/LayoutTests/html/dialog/synthetic-click-inert.html
|
| index ea67ee3e64717d590d936c579dafd3cc18e7efab..7f9f7a17633fff76c60d809537620a0d94386223 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/synthetic-click-inert.html
|
| +++ b/third_party/WebKit/LayoutTests/html/dialog/synthetic-click-inert.html
|
| @@ -7,7 +7,7 @@ dialog {
|
| }
|
| </style>
|
| <body>
|
| -<script src="../../../resources/js-test.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <button>Click me</button>
|
| <div id="div">Click me too</div>
|
| <dialog></dialog>
|
|
|