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

Unified Diff: LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.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/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html
diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html b/LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html
similarity index 90%
rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html
rename to LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html
index 898bc5eb03e0045d1de35ebfd1b53d54ef77fac4..86ce192a04f1b291af77092c3cbd37c54e6b0634 100644
--- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html
+++ b/LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
-<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>
<script src="resources/suggestion-picker-common.js"></script>
</head>
<body>
@@ -61,6 +61,6 @@ function runOnIFrameLoad()
}
</script>
<iframe id=iframe onload="openPicker(event.target.contentDocument.getElementById('test1'), runOnOpenPopup1);" srcdoc="<input type=datetime id=test1 list=suggestions><input type=datetime id=test2 value=2002-02-02T00:00Z list=suggestions><datalist id=suggestions><option>2012-01-01T00:00Z</option></datalist>"></iframe>
-<script src="../../../../../fast/js/resources/js-test-post.js"></script>
+<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698