summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/mac/HTMLFormCollectionNamedItem.html
blob: 8439f2c2709a592e8123b5a84fe8b75e5207533a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<body>
<form>
    <input type="text" name="nameForTwoTextFields" value="firstItem">
    <input type="text" name="nameForTwoTextFields" value="secondItem">
</form>
</body>
</html>