Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
input-inside-label.html
blob: 84a951e9dff3282e6301a93003fcb693129b4517 [
file
]
<html>
<body>
<input
type
=
"checkbox"
id
=
"test1"
>
<label
for
=
"test1"
>
foo
<input
type
=
"text"
value
=
"bar"
>
baz
</label>
<input
type
=
"checkbox"
id
=
"test2"
>
<label
for
=
"test2"
>
foo
<input
type
=
"text"
value
=
"bar"
>
baz
</label>
</body>
</html>