Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ dom_utils_test.js
File
dom_utils_test.js
tests/dom_tests/dom_utils_test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
context(
"Check visibility"
, () => {
2
should(
"detect visible elements as visible"
, () => {
3
document.getElementById(
"test-div"
).innerHTML = `\
4
<div id=
'foo'
>test</div>`;
Callers
nothing calls this directly
Calls
1
setup
Function · 0.85
Tested by
no test coverage detected