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 |