| <!-- | |
| @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> |