Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Unified Diff: third_party/WebKit/LayoutTests/scrollingcoordinator/non-fast-scrollable-region-nested.html

Issue 2659183002: [RootLayerScrolls] Fix frame scrolling layer in ScrollingCoordinator (Closed)
Patch Set: nit scratched Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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]');

Powered by Google App Engine
This is Rietveld 408576698