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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/forms/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
deleted file mode 100644
index be0c3132bc0b03c12d421920f55491a8e87d73e0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
+++ /dev/null
@@ -1,88 +0,0 @@
-This page tests whether a click event on a list box item propogates with the correct target and positioning values.
-Bug 3248: Mouse events on OPTION element seem to be ignored
-https://bugs.webkit.org/show_bug.cgi?id=3248
-
-
-
-
-
-PASS: event type should be mousedown and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 104 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 104 and is
-PASS: event type should be mousedown and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 104 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 104 and is
-PASS: event type should be mouseup and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 184 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 184 and is
-PASS: event type should be mouseup and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 184 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 184 and is
-PASS: event type should be click and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 262 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 262 and is
-PASS: event type should be click and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 262 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 262 and is
-PASS: event type should be dblclick and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 344 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 344 and is
-PASS: event type should be dblclick and is
-PASS: event target should be [object HTMLOptionElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 344 and is
-PASS: event.offsetX should be 13 and is
-FAIL: event.offsetY should be 5 but instead is 2
-PASS: event.x should be 22 and is
-PASS: event.y should be 344 and is
-PASS: event type should be mousedown and is
-PASS: event target should be [object HTMLSelectElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 448 and is
-FAIL: event.offsetX should be 12 but instead is 14
-FAIL: event.offsetY should be 38 but instead is 40
-PASS: event.x should be 22 and is
-PASS: event.y should be 448 and is
-PASS: event type should be mousedown and is
-PASS: event target should be [object HTMLSelectElement] and is
-PASS: event.pageX should be 22 and is
-PASS: event.pageY should be 448 and is
-FAIL: event.offsetX should be 12 but instead is 14
-FAIL: event.offsetY should be 38 but instead is 40
-PASS: event.x should be 22 and is
-PASS: event.y should be 448 and is

Powered by Google App Engine
This is Rietveld 408576698