Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / HTMLOptionElement_label05.html
blobe17150ccb6063410c8330c8d2462a0ad2b0c721a
1 In the list box below, the text "This text should appear" should be shown as the first entry into the list box.<br>
2 <select size="5"><option label="This label should not appear">This text should appear</option></select>