Index: LayoutTests/fast/runin/select-runin.html |
diff --git a/LayoutTests/fast/runin/select-runin.html b/LayoutTests/fast/runin/select-runin.html |
deleted file mode 100755 |
index 3fa169cf28fe34bd4e44ad71f970c575b13f6eed..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/runin/select-runin.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-Test passes if it does not crash. |
-<select multiple="multiple" id="select" style="-webkit-appearance: none; display: run-in;"> |
-<option></option> |
-</select> |
-<div></div> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
-document.body.offsetTop; |
-document.execCommand("SelectAll"); |
-var select = document.getElementById("select"); |
-select.removeChild(select.firstChild); |
-</script> |
-</html> |