Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / HTMLOptionElement_label04.html
blobcf13e743fdf7cd9058009455e74c17b7b2a7295c
1 The label attribute appears, but is missing the equals value piece, so the containing text is used.<br>
2 <select>
3 <option label>the label attribute is mentioned but no value is specified; this text should appear</option>
4 </select>