Index: third_party/WebKit/LayoutTests/fast/forms/menulist-selection-reset.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/menulist-selection-reset.html b/third_party/WebKit/LayoutTests/fast/forms/menulist-selection-reset.html |
deleted file mode 100644 |
index 0f790d10a918a06188dcaba6fe48e64fd3aeb390..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/forms/menulist-selection-reset.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<select id="select"> |
- <option>FAIL</option> |
- <option>PASS</option> |
- <option selected="true">Did not run</option> |
-</select> |
-<p id="result"> |
-</p> |
-<script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
- select.selectedIndex = 1; |
- result.innerText = select.selectedIndex == 1 ? "PASS" : "FAIL"; |
-</script> |