blob: 4a3e8cd26b9402adf360704947c969a7b671bb75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Click on a listbox scrollbar should not dispatch change evnet.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS select1.selectedIndex is -1
PASS changeEventCounter is 0
Dispatch a change evnet to prepare the next test.
A change event was dispatched.
PASS changeEventCounter is 1
Change the option list size, and click the scrollbar again.
PASS changeEventCounter is 1
PASS successfullyParsed is true
TEST COMPLETE
|