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

Unified Diff: LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt

Issue 399933003: Auto-rebaseline for r178354 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
diff --git a/LayoutTests/fast/forms/option-mouseevents-expected.txt b/LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
similarity index 89%
copy from LayoutTests/fast/forms/option-mouseevents-expected.txt
copy to LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
index 4c5bbd51e7e230d009456093c807eea553187fa0..be0c3132bc0b03c12d421920f55491a8e87d73e0 100644
--- a/LayoutTests/fast/forms/option-mouseevents-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/option-mouseevents-expected.txt
@@ -11,7 +11,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -19,7 +19,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -27,7 +27,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -35,7 +35,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -43,7 +43,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -51,7 +51,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -59,7 +59,7 @@ 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
-PASS: event.offsetY should be 5 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
@@ -67,7 +67,7 @@ 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
-PASS: event.offsetY should be 5 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

Powered by Google App Engine
This is Rietveld 408576698