UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

9 lines (7 loc) 184 B
// @deprecated function windowIsTopMatches(node) { return ( node.ownerDocument.defaultView.self === node.ownerDocument.defaultView.top ); } export default windowIsTopMatches;