| Index: third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html
|
| diff --git a/third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html b/third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html
|
| index 81a003fd114f90aa54d11504107a47634cc261c7..0fa0d9b473281c0c5b024a64821bd880d5651ad1 100644
|
| --- a/third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html
|
| +++ b/third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html
|
| @@ -24,7 +24,7 @@
|
| 'iframe are correctly offset by the iframe location.');
|
|
|
| onload = function() {
|
| - nonFastScrollableRects = internals.nonFastScrollableRects(document);
|
| + nonFastScrollableRects = sortRects(internals.nonFastScrollableRects(document));
|
| shouldBe('nonFastScrollableRects.length', '3');
|
| shouldBeEqualToString('rectToString(nonFastScrollableRects[0])', '[51, 102, 200, 200]');
|
| shouldBeEqualToString('rectToString(nonFastScrollableRects[1])', '[51, 402, 211, 211]');
|
|
|