Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / form-collection-elements-order-expected.txt
blob4187ac7b42fc3b23083f93f8bd715f9e3d74d711
1 This test examines the order of form associated elements which are classified as 'listed'.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 - Checks the order of form associated elements.
7 PASS checkOrder([button, fieldset, input, keygen, object, output, select, textarea]) is "OK"
9 - Checks the order after some elements removed/inserted.
10 PASS checkOrder([button, fieldset, input, keygen, output, select, textarea]) is "OK"
11 PASS checkOrder([fieldset, input, keygen, output, select, textarea]) is "OK"
12 PASS checkOrder([object, fieldset, input, keygen, output, select, textarea]) is "OK"
13 PASS checkOrder([object, fieldset, input, keygen, output, select, textarea, button]) is "OK"
15 - Checks the order of form associated elements with form attribute.
16 PASS checkOrder([button, fieldset, input, keygen, object, output, select, textarea]) is "OK"
18 - Checks the order after some elements removed/inserted with form attribute.
19 PASS checkOrder([button, fieldset, input, keygen, output, select, textarea]) is "OK"
20 PASS checkOrder([fieldset, input, keygen, output, select, textarea]) is "OK"
21 PASS checkOrder([fieldset, input, keygen, output, select]) is "OK"
22 PASS checkOrder([fieldset, input, keygen, object, output, select]) is "OK"
23 PASS checkOrder([textarea, fieldset, input, keygen, object, output, select]) is "OK"
24 PASS checkOrder([textarea, fieldset, input, keygen, object, output, select, button]) is "OK"
25 PASS successfullyParsed is true
27 TEST COMPLETE
28 Test