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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 PASS: event.pageX should be 22 and is | 67 PASS: event.pageX should be 22 and is |
68 PASS: event.pageY should be 344 and is | 68 PASS: event.pageY should be 344 and is |
69 PASS: event.offsetX should be 22 and is | 69 PASS: event.offsetX should be 22 and is |
70 PASS: event.offsetY should be 344 and is | 70 PASS: event.offsetY should be 344 and is |
71 PASS: event.x should be 22 and is | 71 PASS: event.x should be 22 and is |
72 PASS: event.y should be 344 and is | 72 PASS: event.y should be 344 and is |
73 PASS: event type should be mousedown and is | 73 PASS: event type should be mousedown and is |
74 PASS: event target should be [object HTMLSelectElement] and is | 74 PASS: event target should be [object HTMLSelectElement] and is |
75 PASS: event.pageX should be 22 and is | 75 PASS: event.pageX should be 22 and is |
76 PASS: event.pageY should be 448 and is | 76 PASS: event.pageY should be 448 and is |
77 PASS: event.offsetX should be 12 and is | 77 FAIL: event.offsetX should be 12 but instead is 14 |
78 PASS: event.offsetY should be 38 and is | 78 FAIL: event.offsetY should be 38 but instead is 40 |
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 FAIL: event.offsetX should be 12 but instead is 14 |
86 PASS: event.offsetY should be 38 and is | 86 FAIL: event.offsetY should be 38 but instead is 40 |
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 |