OLD | NEW |
(Empty) | |
| 1 This should be covered by the ONLY visible green overlay. |
| 2 This test ensures that changing visibility of a non-fast scrollable area correct
ly updates list of non-fast scrollable areas. (See http://crbug.com/434982) |
| 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 |
| 6 |
| 7 PASS nonFastScrollableRects.length is 1 |
| 8 PASS rectToString(nonFastScrollableRects[0]) is "[0, 300, 250, 250]" |
| 9 PASS window.internals.needsLayoutCount() is 0 |
| 10 PASS nonFastScrollableRects.length is 2 |
| 11 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 250, 250]" |
| 12 PASS rectToString(nonFastScrollableRects[1]) is "[0, 300, 250, 250]" |
| 13 PASS window.internals.needsLayoutCount() is 0 |
| 14 PASS nonFastScrollableRects.length is 1 |
| 15 PASS rectToString(nonFastScrollableRects[0]) is "[0, 0, 250, 250]" |
| 16 PASS successfullyParsed is true |
| 17 |
| 18 TEST COMPLETE |
| 19 |
OLD | NEW |