How can you choose all div elements that contain a child element with the class "test-class"?
This question has been identified as a duplicate of Is there a CSS parent selector?. After reading that question, it is evident that this question is indeed redundant. However, finding that poorly titled question might be challenging for someone looking to achieve what I have described in my inquiry.
1) While CSS does offer a parent selector, we are in search of something different
2) Perhaps a more fitting title for that question would be: Is there a CSS child selector?