blob: b1789b4f9655ef645e955fc6d077a877f5f0d93b [file] [log] [blame]
Check that a select control does not produce a form value if the selected option element is disabled.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS query.indexOf("select=Disabled") is -1
PASS query.indexOf("select=Enabled") is -1
PASS successfullyParsed is true
TEST COMPLETE