UNPKG

accessibility-developer-tools

Version:

This is a library of accessibility-related testing and utility code.

12 lines (10 loc) 212 B
<!doctype html> <html> <body> <div id="foo" style="color: white;">Some text</div> <iframe src="iframe2.html"></iframe> <script> console.log(document.querySelector('#foo')); </script> </body> </html>