Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
HTMLFormCollectionNamedItem.html
blob: 8439f2c2709a592e8123b5a84fe8b75e5207533a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<form>
<input
type
=
"text"
name
=
"nameForTwoTextFields"
value
=
"firstItem"
>
<input
type
=
"text"
name
=
"nameForTwoTextFields"
value
=
"secondItem"
>
</form>
</body>
</html>