Sign in
chromium
/
devtools
/
devtools-frontend
/
40fcb9a9aae81ac1df2c19dee467ab3a4cf4088b
/
.
/
node_modules
/
axe-core
/
lib
/
rules
/
not-html-matches.js
blob: 997e3b3aacd7425f31b1ae82443cc0a33e0d1702 [
file
]
function
notHtmlMatches
(
node
)
{
return
node
.
nodeName
.
toLowerCase
()
!==
'html'
;
}
export
default
notHtmlMatches
;