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

Unified Diff: LayoutTests/fast/forms/select/popup-menu-appearance-empty.html

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/select/popup-menu-appearance-empty.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html b/LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
similarity index 54%
copy from LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
copy to LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
index 960e0cc20889ceb66324373b39f6433267d3b060..7e27d8f42d34d7d9c9bae88f2c132f711946d398 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
+++ b/LayoutTests/fast/forms/select/popup-menu-appearance-empty.html
@@ -5,15 +5,15 @@
window.enablePixelTesting = true;
</script>
<script src="../../../resources/js-test.js"></script>
-<script src="../../forms/resources/picker-common.js"></script>
-<script src="resources/calendar-picker-common.js"></script>
+<script src="../resources/picker-common.js"></script>
</head>
<body>
-<input type=date id=date value="10000-12-31">
+<select id="menu">
+</select>
<p id="description" style="opacity: 0"></p>
<div id="console" style="opacity: 0"></div>
<script>
-openPicker(document.getElementById('date'), finishJSTest);
+openPicker(document.getElementById('menu'), finishJSTest);
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698