1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / html / input-inside-label.html [blame]

<!--
@BLINK-ALLOW:inputType=*
-->
<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>