| OLD | NEW |
| (Empty) |
| 1 Test offsetLeft and offsetTop for blocks and inlines in a named flow when the re
gion's offsetParent is NOT the body. | |
| 2 This test also covers borders. | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 5 | |
| 6 PASS divText.offsetParent is document.body | |
| 7 PASS divText.offsetLeft is 300 | |
| 8 PASS divText.offsetTop is 350 | |
| 9 PASS regionParent.offsetLeft is 200 | |
| 10 PASS region.offsetParent is regionParent | |
| 11 PASS region.offsetLeft is 30 | |
| 12 PASS region.offsetTop is 20 | |
| 13 PASS inlineElement.offsetParent is document.body | |
| 14 PASS inlineElement.offsetLeft is 300 | |
| 15 PASS inlineElement.offsetTop is 550 | |
| 16 PASS successfullyParsed is true | |
| 17 | |
| 18 TEST COMPLETE | |
| 19 | |
| OLD | NEW |