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: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/option-mouseevents-expected.txt
diff --git a/LayoutTests/fast/forms/option-mouseevents-expected.txt b/LayoutTests/fast/forms/option-mouseevents-expected.txt
index b59a9918bc0ef091332b52642faa86b53c7c8f63..87460efba115ebbc23c263cb2e80eac9087d3216 100644
--- a/LayoutTests/fast/forms/option-mouseevents-expected.txt
+++ b/LayoutTests/fast/forms/option-mouseevents-expected.txt
@@ -74,15 +74,15 @@ 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
-PASS: event.offsetX should be 12 and is
-PASS: event.offsetY should be 38 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
-PASS: event.offsetX should be 12 and is
-PASS: event.offsetY should be 38 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
« 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