kss_prevent_bubbling | ||
open | /demo/kss_evt_preventbubbling.html | |
clickAt | css=div#parent-node | |
assertAlert | you clicked inside the DIV tag, rule=#0, node=DIV | |
assertAlertNotPresent | ||
clickAt | css=a#bubbling-node | |
assertAlert | you clicked the bubbling A tag, rule=#1, node=A | |
assertAlert | you clicked inside the DIV tag, rule=#0, node=DIV | |
assertAlertNotPresent | ||
clickAt | css=a#not-bubbling-node | |
assertAlert | you clicked the not bubbling A tag, rule=#2, node=A | |
assertAlertNotPresent |