Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassChecking whether dynamic changes to visibility interact correctly with table anonymous boxes
Asserts run
Pass
assert_equals(Element node <div id="overlay"><div></div><div></div></div>, Element node <div id="overlay"><div></div><div></div></div>, "Should hit the overlay first.")
    at Test.<anonymous> ( /css/cssom-view/elementFromPoint-003.html:40:5)
Pass
assert_equals(Element node <div id="target">Some text</div>, Element node <div id="target">Some text</div>, "Should hit our target now that the overlay is hidden.")
    at Test.<anonymous> ( /css/cssom-view/elementFromPoint-003.html:45:5)
Some text