Index: LayoutTests/fast/forms/select/popup-menu-appearance-transform.html |
diff --git a/LayoutTests/fast/forms/calendar-picker/month-picker-appearance.html b/LayoutTests/fast/forms/select/popup-menu-appearance-transform.html |
similarity index 54% |
copy from LayoutTests/fast/forms/calendar-picker/month-picker-appearance.html |
copy to LayoutTests/fast/forms/select/popup-menu-appearance-transform.html |
index f38ef7924079aebc4eea8faf014a0babfac9054f..e4dd8fd222634c493746a213c4525c5e77960196 100644 |
--- a/LayoutTests/fast/forms/calendar-picker/month-picker-appearance.html |
+++ b/LayoutTests/fast/forms/select/popup-menu-appearance-transform.html |
@@ -5,17 +5,16 @@ |
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=month id=month value="10000-12"> |
- |
+<select id="menu" style="transform: translate(100px, 100px) rotate(45deg) scale(2)"> |
+ <option>foo</option> |
+</select> |
<p id="description" style="opacity: 0"></p> |
<div id="console" style="opacity: 0"></div> |
- |
<script> |
-openPicker(document.getElementById('month'), finishJSTest); |
+openPicker(document.getElementById('menu'), finishJSTest); |
</script> |
</body> |
</html> |