summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/exceptions-expected.txt
blob: b0a523ebbbf79748effb845a094105e2ef2af564 (plain)
1
2
3
4
5
6
7
8
9
10
11
This test should trigger the single exception on HTMLSelectElement, and verify that the message is reasonably helpful.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS el[1] = 0; threw exception TypeError: Failed to set an indexed property on 'HTMLSelectElement': The provided value is not of type 'HTMLOptionElement'..
PASS el.namedItem() threw exception TypeError: Failed to execute 'namedItem' on 'HTMLSelectElement': 1 argument required, but only 0 present..
PASS successfullyParsed is true

TEST COMPLETE