blob: 7274374144a876fc74a7eb03fdc4f3295e0a00fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
This test makes sure hiding and showing a scrollable iframe correctly updates the set of non-fast scrollable rects.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
PASS internals.nonFastScrollableRects(document).length is 1
PASS internals.nonFastScrollableRects(document).length is 0
PASS internals.nonFastScrollableRects(document).length is 1
|