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

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

Issue 349693003: Manual rebaselines for r176850 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months 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 | Annotate | Revision Log
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/listbox-width-change-expected.txt ('k') | LayoutTests/fast/forms/select-block-background-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698