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

Side by Side Diff: LayoutTests/fast/events/clientXY-in-zoom-and-scroll-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Base
2 PASS event.clientX is 100
3 PASS event.clientY is 100
4 PASS event.pageX is 100
5 PASS event.pageY is 100
6
7 Just zoomed
8 PASS event.clientX is 83
9 PASS event.clientY is 83
10 PASS event.pageX is 83
11 PASS event.pageY is 83
12
13 Just scrolled
14 PASS event.clientX is 100
15 PASS event.clientY is 100
16 PASS event.pageX is 150
17 PASS event.pageY is 150
18
19 Zoomed and scrolled
20 PASS event.clientX is 84
21 PASS event.clientY is 84
22 PASS event.pageX is 133
23 PASS event.pageY is 133
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698