Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / HTMLOptionElement_label01.html
blob94a502d88c1ffcf7940db9d7c2233c372e339b32
1 In the selection list below, the text 'The label for this element is "1"' should appear, and not the character '1'<br>
2 <select>
3 <option label="1">the label for this element is "1"</option>
4 </select>