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

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

Issue 347773002: Implement select listbox using shadow DOM (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/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 87460efba115ebbc23c263cb2e80eac9087d3216..4c5bbd51e7e230d009456093c807eea553187fa0 100644
--- a/LayoutTests/fast/forms/option-mouseevents-expected.txt
+++ b/LayoutTests/fast/forms/option-mouseevents-expected.txt
@@ -10,64 +10,64 @@ 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 22 and is
-PASS: event.offsetY should be 104 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 104 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 184 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 184 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 262 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 262 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 344 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
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 22 and is
-PASS: event.offsetY should be 344 and is
+PASS: event.offsetX should be 13 and is
+PASS: event.offsetY should be 5 and is
PASS: event.x should be 22 and is
PASS: event.y should be 344 and is
PASS: event type should be mousedown and is
« no previous file with comments | « LayoutTests/fast/forms/option-mouseevents.html ('k') | LayoutTests/fast/forms/resources/select-live-pseudo-selectors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698