summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html')
-rw-r--r--Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html b/Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html
deleted file mode 100644
index 8439f2c27..000000000
--- a/Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<form>
- <input type="text" name="nameForTwoTextFields" value="firstItem">
- <input type="text" name="nameForTwoTextFields" value="secondItem">
-</form>
-</body>
-</html>