(rootContainerElement)
| 16112 | } |
| 16113 | |
| 16114 | function getOwnerDocumentFromRootContainer(rootContainerElement) { |
| 16115 | return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerElement.ownerDocument; |
| 16116 | } |
| 16117 | |
| 16118 | function trapClickOnNonInteractiveElement(node) { |
| 16119 | // Mobile Safari does not fire properly bubble click events on |
no outgoing calls
no test coverage detected