Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/inert-label-focus.html

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698