blob: ba06a679302f2d2a0184e2fe86aea2e0510adc90 [file] [log] [blame]
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.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Forcing initial layout
PASS internals.needsLayoutCount() is 0
Sending touchstart
PASS triggeredLayout is true
Sending touchmove
PASS triggeredLayout is false
Sending touchend
PASS triggeredLayout is false
Sending GestureTapDown
PASS triggeredLayout is true
Sending GestureShowPress
PASS triggeredLayout is true
PASS successfullyParsed is true
TEST COMPLETE