Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/option-mouseevents-expected.txt

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 FAIL: event.offsetX should be 12 but instead is 14 85 FAIL: event.offsetX should be 12 but instead is 14
86 FAIL: event.offsetY should be 38 but instead is 40 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698