Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / cssom / offsetParent-body-in-flow-thread-expected.txt
1 Test offsetParent for body in a named flow.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS article.offsetParent is document.body
7 PASS chapter.offsetParent is document.body
8 PASS chapter.offsetParent is article
9 PASS tdChild.offsetParent is td
10 PASS tdChild.offsetParent is document.body
11 PASS document.body.offsetParent is null
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15