OLD | NEW |
1 This page tests whether a click event on a list box item propogates with the cor
rect target and positioning values. | 1 This page tests whether a click event on a list box item propogates with the cor
rect target and positioning values. |
2 Bug 3248: Mouse events on OPTION element seem to be ignored | 2 Bug 3248: Mouse events on OPTION element seem to be ignored |
3 https://bugs.webkit.org/show_bug.cgi?id=3248 | 3 https://bugs.webkit.org/show_bug.cgi?id=3248 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 PASS: event type should be mousedown and is | 9 PASS: event type should be mousedown and is |
10 PASS: event target should be [object HTMLOptionElement] and is | 10 PASS: event target should be [object HTMLOptionElement] and is |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 PASS: event.x should be 22 and is | 79 PASS: event.x should be 22 and is |
80 PASS: event.y should be 448 and is | 80 PASS: event.y should be 448 and is |
81 PASS: event type should be mousedown and is | 81 PASS: event type should be mousedown and is |
82 PASS: event target should be [object HTMLSelectElement] and is | 82 PASS: event target should be [object HTMLSelectElement] and is |
83 PASS: event.pageX should be 22 and is | 83 PASS: event.pageX should be 22 and is |
84 PASS: event.pageY should be 448 and is | 84 PASS: event.pageY should be 448 and is |
85 PASS: event.offsetX should be 12 and is | 85 PASS: event.offsetX should be 12 and is |
86 PASS: event.offsetY should be 38 and is | 86 PASS: event.offsetY should be 38 and is |
87 PASS: event.x should be 22 and is | 87 PASS: event.x should be 22 and is |
88 PASS: event.y should be 448 and is | 88 PASS: event.y should be 448 and is |
OLD | NEW |