Skip to content

Commit b39f755

Browse files
committed
Remove stale comment
1 parent 9ecf56b commit b39f755

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/nimble-components/src/utilities/tests/intersection-observer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ export async function checkFullyInViewport(
1717
resolve(false);
1818
}
1919
},
20-
// As of now, passing a document as root is not supported on Safari:
21-
// https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#browser_compatibility
22-
// If we begin running these tests on Safari, we may need to skip those that use this function.
23-
// This issue tracks expanding testing to Safari: https://github.com/ni/nimble/issues/990
2420
{ threshold: 1.0, root: document }
2521
);
2622
intersectionObserver.observe(element);

0 commit comments

Comments
 (0)