Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / menulist-disabled-selected-option-expected.txt
blobb1789b4f9655ef645e955fc6d077a877f5f0d93b
1 Check that a select control does not produce a form value if the selected option element is disabled.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS query.indexOf("select=Disabled") is -1
7 PASS query.indexOf("select=Enabled") is -1
8 PASS successfullyParsed is true
10 TEST COMPLETE