events_test.js
No description.

File Location

/goog/testing/events/events_test.js


Public Protected Private

Global Functions

assertCoordinates()
Assert that the list of event coordinates given was caught, in that order.
code »
assertEventTypes()
Assert that the list of events given was fired, in that order.
code »
preventDefault()
No description.
code »
preventDefaultEventType()
Prevent default the event of the given type on the root element.
code »
setUp()
No description.
code »
setUpPage()
No description.
code »
tearDownPage()
No description.
code »
testBlur()
No description.
code »
testCaptureBubble_preventDefault()
No description.
code »
testCaptureBubble_simple()
No description.
code »
testCaptureBubble_stopPropagationChildBubble()
No description.
code »
testCaptureBubble_stopPropagationChildCapture()
No description.
code »
testCaptureBubble_stopPropagationParentBubble()
No description.
code »
testCaptureBubble_stopPropagationParentCapture()
No description.
code »
testClickSequence()
No description.
code »
testClickSequenceCancellingClick()
No description.
code »
testClickSequenceCancellingClickWithCoordinate()
No description.
code »
testClickSequenceCancellingMousedown()
No description.
code »
testClickSequenceCancellingMousedownWithCoordinate()
No description.
code »
testClickSequenceCancellingMouseup()
No description.
code »
testClickSequenceCancellingMouseupWithCoordinate()
No description.
code »
testClickSequenceWithCoordinate()
No description.
code »
testClickSequenceWithEventProperty()
No description.
code »
testContextMenuSequence()
No description.
code »
testContextMenuSequenceCancellingContextMenu()
No description.
code »
testContextMenuSequenceCancellingMousedown()
No description.
code »
testContextMenuSequenceCancellingMouseup()
No description.
code »
testContextMenuSequenceFakeMacWebkit()
No description.
code »
testContextMenuSequenceWithCoordinate()
No description.
code »
testDoubleClickSequence()
No description.
code »
testDoubleClickSequenceCancellingClick()
No description.
code »
testDoubleClickSequenceCancellingClickWithCoordinate()
No description.
code »
testDoubleClickSequenceCancellingDoubleClick()
No description.
code »
testDoubleClickSequenceCancellingDoubleClickWithCoordinate()
No description.
code »
testDoubleClickSequenceCancellingMousedown()
No description.
code »
testDoubleClickSequenceCancellingMousedownWithCoordinate()
No description.
code »
testDoubleClickSequenceCancellingMouseup()
No description.
code »
testDoubleClickSequenceCancellingMouseupWithCoordinate()
No description.
code »
testDoubleClickSequenceWithCoordinate()
No description.
code »
testFocus()
No description.
code »
testKeySequence()
No description.
code »
testKeySequenceCancellingKeydown()
No description.
code »
testKeySequenceCancellingKeypress()
No description.
code »
testKeySequenceCancellingKeyup()
No description.
code »
testKeySequenceForMacActionKeysNegative()
No description.
code »
testKeySequenceForMacActionKeysPositive()
No description.
code »
testKeySequenceForOptionKeysOnMac()
No description.
code »
testKeySequenceWithEscapeKey()
No description.
code »
testMixinListenable()
No description.
code »
testMouseOut()
No description.
code »
testMouseOver()
No description.
code »
testTouchEnd()
No description.
code »
testTouchMove()
No description.
code »
testTouchSequence()
No description.
code »
testTouchSequenceWithCoordinate()
No description.
code »
testTouchStart()
No description.
code »

Global Variables

CONTEXTMENU_SEQ :
No description.
Code »
DBLCLICK_SEQ :
No description.
Code »
DBLCLICK_SEQ_COORDS :
No description.
Code »
childEl :
No description.
Code »
coordinate : goog.math.Coordinate
No description.
Code »
eventCount :
No description.
Code »
firedEventCoordinates :
No description.
Code »
firedEventTypes :
No description.
Code »
firedKeyCodes :
No description.
Code »
firedScreenCoordinates :
No description.
Code »
firedShiftKeys :
No description.
Code »
log :
No description.
Code »
parentEl :
No description.
Code »
testButton :
No description.
Code »

Directory events

File Reference