Index: Tools/TestWebKitAPI/Tests/mac/HTMLCollectionNamedItem.html |
diff --git a/Tools/TestWebKitAPI/Tests/mac/HTMLCollectionNamedItem.html b/Tools/TestWebKitAPI/Tests/mac/HTMLCollectionNamedItem.html |
deleted file mode 100644 |
index c0205b63e693d34a85caf58c858905b99528f5b6..0000000000000000000000000000000000000000 |
--- a/Tools/TestWebKitAPI/Tests/mac/HTMLCollectionNamedItem.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<body> |
-<input type="text" id="idForTwoTextFields" value="firstItem"> |
-<input type="text" id="idForTwoTextFields" value="secondItem"> |
-<img name="nameForTwoImages" title="thirdItem"> |
-<img name="nameForTwoImages" title="fourthItem"> |
-</body> |
-</html> |