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

Unified Diff: third_party/WebKit/LayoutTests/html/dialog/dialog-close-event-async.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/dialog-close-event-async.html
diff --git a/third_party/WebKit/LayoutTests/dialog/dialog-close-event-async.html b/third_party/WebKit/LayoutTests/html/dialog/dialog-close-event-async.html
similarity index 88%
rename from third_party/WebKit/LayoutTests/dialog/dialog-close-event-async.html
rename to third_party/WebKit/LayoutTests/html/dialog/dialog-close-event-async.html
index cae2619a579a6523f12309b8c3d36531a8b904cb..e113d84f3a74abbca62d287dbf5ea4681006f3fe 100644
--- a/third_party/WebKit/LayoutTests/dialog/dialog-close-event-async.html
+++ b/third_party/WebKit/LayoutTests/html/dialog/dialog-close-event-async.html
@@ -4,8 +4,8 @@
<title>dialog element: close()</title>
<link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
<link rel=help href="https://html.spec.whatwg.org/multipage/#the-dialog-element">
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
</head>
<body>
<dialog id="d1" open>

Powered by Google App Engine
This is Rietveld 408576698