Index: LayoutTests/fast/forms/select/popup-menu-appearance-single-option.html |
diff --git a/LayoutTests/fast/forms/select/popup-menu-appearance-single-option.html b/LayoutTests/fast/forms/select/popup-menu-appearance-single-option.html |
deleted file mode 100644 |
index fd80c0b12bef6d2fe7e7efb4839ff5f3600af534..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/forms/select/popup-menu-appearance-single-option.html |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script> |
-window.enablePixelTesting = true; |
-</script> |
-<script src="../../../resources/js-test.js"></script> |
-<script src="../resources/picker-common.js"></script> |
-</head> |
-<body> |
-<style> |
-option.styled { |
- font-style: italic; |
- font-weight: bold; |
- font-family: cursive; |
- font-size: 24px; |
- background-color: green; |
- color: red; |
-} |
-</style> |
-<select id="menu"> |
- <option>foo</option> |
-</select> |
-<p id="description" style="opacity: 0"></p> |
-<div id="console" style="opacity: 0"></div> |
-<script> |
-openPicker(document.getElementById('menu'), finishJSTest); |
-</script> |
-</body> |
-</html> |