Important UPDATE: CSSOM View Module W3C Working Draft 22 February 2008 has clarified the specifications regarding offsetParent, offsetLeft, offsetTop and many other attributes. So, this testcase is no longer reliable. Nevertheless, I keep it for reference. March 28th 2008.
Instructions:
Hover the mouse over the absolutely positioned <p> (white background color)
Expected results: the offsetParent node should NOT be the body node. It should be undefined.
This <p> is absolutely positioned. This is the <p> for testing.