1 This tests that a page with a content inset will not affect the bounds of the main frame scroll view. It will appear as the same as the web area's sbounds
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 The position of the web area and the scroll view should be the same when there's no content inset
7 PASS webX == scrollViewX && webY == scrollViewY is true
10 After setting the content inset, the new y position should be less than the initial
11 PASS newScrollViewY - scrollViewY is 100
14 The content inset also reduces the height of the scroll view, which should be reflected here.
15 PASS scrollViewHeight > newScrollViewHeight is true
18 PASS successfullyParsed is true