Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / checkValidity-on-cloned-node-expected.txt
blobddc661928d5127e8ac1ceaaa91ed39f364a69c6c
1 Test checkValidity correctness on input select and textarea element after cloning node .
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS input.checkValidity() is true
7 PASS clonedInput.checkValidity() is true
8 PASS clonedInputDeep.checkValidity() is true
9 PASS input.checkValidity() is false
10 PASS clonedInputNext.checkValidity() is false
11 PASS select.checkValidity() is true
12 FAIL clonedSelect.checkValidity() should be true. Was false.
13 PASS clonedSelectDeep.checkValidity() is true
14 PASS textarea.checkValidity() is true
15 PASS clonedTextArea.checkValidity() is true
16 PASS clonedTextAreaDeep.checkValidity() is true
17 PASS successfullyParsed is true
19 TEST COMPLETE