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

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/synthetic-click-inert.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/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>

Powered by Google App Engine
This is Rietveld 408576698