Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / select-element-1-expected.txt
blob078f586ec76ece18ebec51f71d9dd8e1ada43c23
1 This tests copy/paste of select elements. All the options should be included.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById("select") === null is true
7 PASS select.options[0].value is "One"
8 PASS select.options[1].value is "Two"
9 PASS select.options[2].value is "Three"
10 PASS successfullyParsed is true
12 TEST COMPLETE