Index: third_party/WebKit/LayoutTests/fast/forms/menulist-style-color.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/menulist-style-color.html b/third_party/WebKit/LayoutTests/fast/forms/menulist-style-color.html |
deleted file mode 100644 |
index e7fcec194bd91988b461ff281391318bff2a1d02..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/menulist-style-color.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<select> |
- <option>Default</option> |
-</select> |
- |
-<select style="color:red"> |
- <option>Red</option> |
-</select> |
- |
-<select style="background-color:green"> |
- <option>Default on green</option> |
-</select> |
- |
-<select style="color:red;background-color:green"> |
- <option>Red on green</option> |
-</select> |