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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
similarity index 70%
rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
index 91f4276d86270964790a895bf7d6d491cb644a89..c712f7678d2b9d6e566bbe8ddac5bff070336023 100644
--- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<body>
-<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
-<script src="../../../../../fast/forms/resources/picker-common.js"></script>
+<script src="../../js/resources/js-test-pre.js"></script>
+<script src="../../forms/resources/picker-common.js"></script>
<input type="date" id="date1" onchange="changeType(this)" value="2000-01-01">
<script>
description('Check if we have no crash in a case that the input type is changed by selecting a day in the calendar picker.');
@@ -19,5 +19,5 @@ function changeType(input) {
waitUntilClosing(finishJSTest);
}
</script>
-<script src="../../../../../fast/js/resources/js-test-post.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698