Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / null-offset-parent.html
blob5ff0712e34d621af6fccd8668bf5a0b41dea3a56
1 <body onload="document.body.offsetParent">
2 This test verifies that JS access to offsetParent on an element that
3 lacks one, such as the body, doesn't crash. If it didn't crash, it passed.
4 </body>