Index: third_party/WebKit/LayoutTests/html/dialog/inert-label-focus.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html b/third_party/WebKit/LayoutTests/html/dialog/inert-label-focus.html |
similarity index 96% |
rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html |
rename to third_party/WebKit/LayoutTests/html/dialog/inert-label-focus.html |
index f98cc72f0b3c98014788f0b7240a4a6f7c6091c8..73fce0922507fb37faa94a7f260605ca3468d4ff 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-label-focus.html |
+++ b/third_party/WebKit/LayoutTests/html/dialog/inert-label-focus.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<html> |
-<script src="../../../resources/js-test.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<label for="submit">Label for Submit</label> |
<dialog> |
<input id="text" type="text"> |