Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / form-attribute-elements-expected.txt
blobdc61c4c5832193486e29221017893e7b9e7121c8
1 This test checks a form element can handle elements of which form attribute points the form element even if elements are outside of the form.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 - Ensures that elements attribute of the form contains elements which are outside of the form.
7 PASS owner.elements.length is 3
8 PASS owner.elements[0] is outerBefore
9 PASS owner.elements[1] is inner
10 PASS owner.elements[2] is outerAfter
12 - Ensures that form submission contains name and value pairs for such elements.
13 PASS pairs.length is 3
14 PASS pairs[0] is "key1=value1"
15 PASS pairs[1] is "key2=value2"
16 PASS pairs[2] is "submitted=true"
17 PASS successfullyParsed is true
19 TEST COMPLETE