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

Side by Side Diff: LayoutTests/fast/dom/Window/window-xy-properties-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
1 PASS event.clientX is 50 4 PASS event.clientX is 50
2 PASS event.clientY is 50 5 PASS event.clientY is 50
3 PASS event.pageX is 50 6 PASS event.pageX is 50
4 PASS event.pageY is 50 7 PASS event.pageY is 50
5 PASS event.layerX is 50 8 PASS event.layerX is 50
6 PASS event.layerY is 50 9 PASS event.layerY is 50
7 PASS event.offsetX is 42 10 PASS event.offsetX is 42
8 PASS event.offsetY is 42 11 PASS event.offsetY is 42
9 PASS event.clientX is 50 12 PASS event.clientX is 50
10 PASS event.clientY is 50 13 PASS event.clientY is 50
(...skipping 12 matching lines...) Expand all
23 PASS event.offsetX is 542 26 PASS event.offsetX is 542
24 PASS event.offsetY is 42 27 PASS event.offsetY is 42
25 PASS ev.clientX is 50 28 PASS ev.clientX is 50
26 PASS ev.clientY is 50 29 PASS ev.clientY is 50
27 PASS ev.pageX is 550 30 PASS ev.pageX is 550
28 PASS ev.pageY is 550 31 PASS ev.pageY is 550
29 PASS ev.layerX is 550 32 PASS ev.layerX is 550
30 PASS ev.layerY is 550 33 PASS ev.layerY is 550
31 PASS ev.offsetX is 542 34 PASS ev.offsetX is 542
32 PASS ev.offsetY is 542 35 PASS ev.offsetY is 542
33 PASS successfullyParsed is true
34 36
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698