Sign in
chromium
/
codesearch
/
chromium
/
src
/
901b47f22c2070757a567c167eefc60dc0f6e149
/
.
/
chrome
/
test
/
data
/
chromedriver
/
two_inputs.html
blob: fbf8f14a9406d84f90eb958d45737a61e91dbbf1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<input
type
=
"text"
id
=
"first"
>
<input
type
=
"text"
id
=
"second"
>
</body>
</html>