(rootContainerElement)
| 16363 | } |
| 16364 | |
| 16365 | function getOwnerDocumentFromRootContainer(rootContainerElement) { |
| 16366 | return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerElement.ownerDocument; |
| 16367 | } |
| 16368 | |
| 16369 | function trapClickOnNonInteractiveElement(node) { |
| 16370 | // Mobile Safari does not fire properly bubble click events on |
no outgoing calls
no test coverage detected