blob: b1789b4f9655ef645e955fc6d077a877f5f0d93b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|