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

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.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/multiple-centered-dialogs.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.html b/third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
similarity index 95%
rename from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.html
rename to third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
index c62979697fc574d1fad1ddaa1ec26fb7edf8149b..1a55c93b39716a4a83b06dad75fe2ac08f256c39 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.html
+++ b/third_party/WebKit/LayoutTests/html/dialog/multiple-centered-dialogs.html
@@ -22,7 +22,7 @@ dialog {
<dialog id="second-middle-dialog" style="left: 100px"></dialog>
<dialog id="bottom-dialog"></dialog>
</body>
-<script src="../../../resources/js-test.js"></script>
+<script src="../../resources/js-test.js"></script>
<script>
debug('Test that multiple dialogs are centered properly. You should see four ' +
'boxes: one on the top row, two on the middle, and one on the bottom.');

Powered by Google App Engine
This is Rietveld 408576698