Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / setCustomValidity-arguments-expected.txt
blobb41db7f5a748dad002c748b4fea15af3af2d7168
1 Test how setCustomValidity reacts to too few arguments.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS b.setCustomValidity() threw exception TypeError: Failed to execute 'setCustomValidity' on 'HTMLButtonElement': 1 argument required, but only 0 present..
7 PASS fs.setCustomValidity() threw exception TypeError: Failed to execute 'setCustomValidity' on 'HTMLFieldSetElement': 1 argument required, but only 0 present..
8 PASS i.setCustomValidity() threw exception TypeError: Failed to execute 'setCustomValidity' on 'HTMLInputElement': 1 argument required, but only 0 present..
9 PASS k.setCustomValidity() threw exception TypeError: Failed to execute 'setCustomValidity' on 'HTMLKeygenElement': 1 argument required, but only 0 present..
10 PASS successfullyParsed is true
12 TEST COMPLETE