Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 This test verifies clientX/Y of pointer events inside iframe. | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 5 | |
| 6 | |
| 7 PASS successfullyParsed is true | |
| 8 | |
| 9 TEST COMPLETE | |
| 10 pointerdown of touch is recieved: | |
| 11 clientX = 150 | |
| 12 clientY = 100 | |
| 13 pointermove of touch is recieved: | |
| 14 clientX = 150 | |
| 15 clientY = 100 | |
| 16 pointerup of touch is recieved: | |
| 17 clientX = 150 | |
| 18 clientY = 100 | |
| 19 pointerdown of touch is recieved: | |
| 20 clientX = 150 | |
| 21 clientY = 100 | |
| 22 pointermove of touch is recieved: | |
| 23 clientX = 150 | |
| 24 clientY = 100 | |
| 25 pointerup of touch is recieved: | |
| 26 clientX = 150 | |
| 27 clientY = 100 | |
| 28 pointerdown of touch is recieved: | |
| 29 clientX = 10 | |
| 30 clientY = -107 | |
|
bokan
2016/05/09 21:03:07
This looks wrong to me. For starters, at 2X zoom t
Navid Zolghadr
2016/05/10 15:01:40
I was looking at the implementation of contentsToF
bokan
2016/05/10 16:33:53
Ah, touchInfo is already zoomed...we should only b
Navid Zolghadr
2016/05/10 17:46:42
Done.
| |
| 31 pointermove of touch is recieved: | |
| 32 clientX = 10 | |
| 33 clientY = -107 | |
| 34 pointerup of touch is recieved: | |
| 35 clientX = 10 | |
| 36 clientY = -107 | |
| 37 | |
| OLD | NEW |