From affcd5c7debd3ae0f8667f9ec75904f4b2c985c0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 28 Nov 2012 17:00:15 -0500 Subject: [PATCH] scroll-view-sizing: Add a lot more boxes https://bugzilla.gnome.org/show_bug.cgi?id=689249 --- tests/interactive/scroll-view-sizing.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/interactive/scroll-view-sizing.js b/tests/interactive/scroll-view-sizing.js index 14a31eed3..42027c960 100644 --- a/tests/interactive/scroll-view-sizing.js +++ b/tests/interactive/scroll-view-sizing.js @@ -24,7 +24,10 @@ const UI = imports.testcommon.ui; const BOX_HEIGHT = 20; const BOX_WIDTHS = [ - 10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40 + 10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40, + 10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40, + 10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40, + 10, 40, 100, 20, 60, 30, 70, 10, 20, 200, 50, 70, 90, 20, 40, ]; const SPACING = 10;