| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 Verifies that tapping on an element fires appropriate pointer events. | 
|  | 2 | 
|  | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
    ". | 
|  | 4 | 
|  | 5 | 
|  | 6 --- with preventDefault=false --- | 
|  | 7 -- sending touch to green -- | 
|  | 8 green received touchstart at phase=target | 
|  | 9 lightgreen received touchstart at phase=bubbling | 
|  | 10 grey received touchstart at phase=bubbling | 
|  | 11 green received touchmove at phase=target | 
|  | 12 lightgreen received touchmove at phase=bubbling | 
|  | 13 grey received touchmove at phase=bubbling | 
|  | 14 --- with preventDefault=true --- | 
|  | 15 -- sending touch to green -- | 
|  | 16 green received touchstart at phase=target | 
|  | 17 lightgreen received touchstart at phase=bubbling | 
|  | 18 grey received touchstart at phase=bubbling | 
|  | 19 green received touchmove at phase=target | 
|  | 20 lightgreen received touchmove at phase=bubbling | 
|  | 21 grey received touchmove at phase=bubbling | 
|  | 22 PASS successfullyParsed is true | 
|  | 23 | 
|  | 24 TEST COMPLETE | 
|  | 25 | 
| OLD | NEW | 
|---|