Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / label / labels-item-index-expected.txt
blob5a32df7c76790d30a32814de56c722ff8ae61065
1 Test that the items of a labels list can be accessed individually.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS labels.item(1).id is "l11"
7 PASS labels.item(1).id is "l12"
8 PASS labels.item(1).id is "l13"
9 PASS labels.item(1).id is "l14"
10 PASS successfullyParsed is true
12 TEST COMPLETE