Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-select-api-support-expected.txt
blob415a6f36304ba55d8e108bf319a63fd92e6a12ca
1 Test to show select() support for Email, Number, Date, Month, Week, Time, DateTime-Local, Color and File.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById("email").select() did not throw exception.
7 PASS document.getElementById("number").select() did not throw exception.
8 PASS document.getElementById("date").select() did not throw exception.
9 PASS document.getElementById("month").select() did not throw exception.
10 PASS document.getElementById("week").select() did not throw exception.
11 PASS document.getElementById("time").select() did not throw exception.
12 PASS document.getElementById("datetime-local").select() did not throw exception.
13 PASS document.getElementById("color").select() did not throw exception.
14 PASS document.getElementById("file").select() did not throw exception.
15 PASS successfullyParsed is true
17 TEST COMPLETE
18