| OLD | NEW |
| 1 Check which type of events trigger layout when it's dirty. Events that do a hit-
test must update layout, but all other events shouldn't need to. | 1 Check which type of events trigger layout when it's dirty. Events that do a hit-
test must update layout, but all other events shouldn't need to. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Forcing initial layout | 6 Forcing initial layout |
| 7 PASS internals.needsLayoutCount() is 0 | 7 PASS internals.needsLayoutCount() is 0 |
| 8 Sending touchstart | 8 Sending touchstart |
| 9 PASS triggeredLayout is true | 9 PASS triggeredLayout is true |
| 10 Sending touchmove | 10 Sending touchmove |
| 11 PASS triggeredLayout is false | 11 PASS triggeredLayout is false |
| 12 Sending touchend | 12 Sending touchend |
| 13 PASS triggeredLayout is false | 13 PASS triggeredLayout is false |
| 14 Sending GestureTapDown | 14 Sending GestureTapDown |
| 15 PASS triggeredLayout is true | 15 PASS triggeredLayout is true |
| 16 Sending GestureShowPress | 16 Sending GestureShowPress |
| 17 PASS triggeredLayout is true | 17 PASS triggeredLayout is true |
| 18 Sending GestureScrollBegin | 18 Sending GestureScrollBegin |
| 19 PASS triggeredLayout is true | 19 PASS triggeredLayout is true |
| 20 Sending GestureScrollUpdate | 20 Sending GestureScrollUpdate |
| 21 PASS triggeredLayout is false | 21 PASS triggeredLayout is true |
| 22 Sending GestureScrollEnd | 22 Sending GestureScrollEnd |
| 23 PASS triggeredLayout is false | 23 PASS triggeredLayout is false |
| 24 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 25 | 25 |
| 26 TEST COMPLETE | 26 TEST COMPLETE |
| 27 | 27 |
| OLD | NEW |