OLD | NEW |
| 1 CONSOLE WARNING: 'Element.offsetLeft' is deprecated and will be removed in M47,
around Novemver 2015. The offset* attributes are only standardized and widely su
pported for HTML elements |
| 2 CONSOLE WARNING: 'Element.offsetTop' is deprecated and will be removed in M47, a
round Novemver 2015. The offset* attributes are only standardized and widely sup
ported for HTML elements |
1 This test passes if you see a series of PASS lines below: | 3 This test passes if you see a series of PASS lines below: |
2 onclick fired: PASS | 4 onclick fired: PASS |
3 ontouchstart fired: PASS | 5 ontouchstart fired: PASS |
4 ontouchmove fired: PASS | 6 ontouchmove fired: PASS |
5 ontouchend fired: PASS | 7 ontouchend fired: PASS |
6 ontouchcancel fired: PASS | 8 ontouchcancel fired: PASS |
7 total event count is 6: PASS | 9 total event count is 6: PASS |
8 | 10 |
OLD | NEW |