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