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 = 92 | |
|
mustaq
2016/05/09 18:08:34
It's not clear to me why (200,200) becomes (92,162
bokan
2016/05/09 18:13:08
Default body margin is 8px, I like to set body { m
Navid Zolghadr
2016/05/09 18:59:04
Done.
| |
| 12 clientY = 162 | |
| 13 pointermove of touch is recieved: | |
| 14 clientX = 92 | |
| 15 clientY = 162 | |
| 16 pointerup of touch is recieved: | |
| 17 clientX = 92 | |
| 18 clientY = 162 | |
| 19 | |
| OLD | NEW |