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

Unified Diff: LayoutTests/fast/multicol/event-offset-complex-tree-expected.txt

Issue 1024023002: [New Multicolumn] mapAbsoluteToLocalPoint() needs to convert to flow thread coordinates. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review - remove more cruft. Created 5 years, 9 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/multicol/event-offset-complex-tree-expected.txt
diff --git a/LayoutTests/fast/multicol/event-offset-complex-tree-expected.txt b/LayoutTests/fast/multicol/event-offset-complex-tree-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8a4844e9bbbc2a1912cb771493a6062ba9e1e289
--- /dev/null
+++ b/LayoutTests/fast/multicol/event-offset-complex-tree-expected.txt
@@ -0,0 +1,28 @@
+Dispatch mouse click events in each column and check the result.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS event.target.id is event.expectedElementID
+PASS event.offsetX is event.expectedOffsetX
+PASS event.offsetY is event.expectedOffsetY
+PASS event.target.id is event.expectedElementID
+PASS event.offsetX is event.expectedOffsetX
+PASS event.offsetY is event.expectedOffsetY
+PASS event.target.id is event.expectedElementID
+PASS event.offsetX is event.expectedOffsetX
+PASS event.offsetY is event.expectedOffsetY
+
+
+
+first
+
+second
+
+
+third
+
+
« no previous file with comments | « LayoutTests/fast/multicol/event-offset-complex-tree.html ('k') | LayoutTests/fast/multicol/event-offset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698