Sign in
webkit
/
WebKit
/
87082c751936009cbc5628fdc0a9f6ad6c07a7eb
/
.
/
LayoutTests
/
fast
/
dom
/
Element
/
null-offset-parent.html
blob: 5ff0712e34d621af6fccd8668bf5a0b41dea3a56 [
file
] [
log
] [
blame
]
<body
onload
=
"
document
.
body
.
offsetParent
"
>
This test verifies that JS access to offsetParent on an element that
lacks one, such as the body, doesn't crash. If it didn't crash, it passed.
</body>