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

Unified Diff: LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.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/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html
diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html b/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html
deleted file mode 100644
index dea9e1b94fe2cf548d8b4134c39fa9754c70ad03..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-window.enablePixelTesting = true;
-if (window.internals)
- internals.settings.setLangAttributeAwareFormControlUIEnabled(true);
-</script>
-<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
-<script src="../../../../../fast/forms/resources/picker-common.js"></script>
-<script src="resources/suggestion-picker-common.js"></script>
-</head>
-<body style="background-color: #eeffff; padding: 0 50px;">
-<input type=time id=time value="12:31" lang="he-il" list="suggestions" style="width: 100px;">
-<datalist id=suggestions>
- <option label="Now">01:01</option>
- <option label="Recommended">01:02</option>
- <option>01:03</option>
- <option>01:04</option>
- <option>01:05</option>
- <option>01:06</option>
- <option>01:07</option>
- <option>01:08</option>
- <option>01:09</option>
- <option>01:10</option>
- <option>01:11</option>
- <option>01:12</option>
- <option>01:13</option>
- <option>01:14</option>
- <option>01:15</option>
- <option>01:16</option>
- <option>01:17</option>
- <option>01:18</option>
- <option>01:19</option>
- <option>01:20</option>
-</datalist>
-
-<p id="description" style="opacity: 0"></p>
-<div id="console" style="opacity: 0"></div>
-
-<script>
-openPicker(document.getElementById('time'), finishTest);
-
-function finishTest() {
- popupWindow.focus();
- eventSender.keyDown('downArrow');
- finishJSTest();
-}
-</script>
-<script src="../../../../../fast/js/resources/js-test-post.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698