| Index: LayoutTests/fast/events/touch/layout-triggers.html
|
| diff --git a/LayoutTests/fast/events/touch/layout-triggers.html b/LayoutTests/fast/events/touch/layout-triggers.html
|
| index 7f1f2f0de6e7148f86172fa4432154d04d2f38fa..79f1e6f27466dd41b8a343de6280e9fa150f93d9 100644
|
| --- a/LayoutTests/fast/events/touch/layout-triggers.html
|
| +++ b/LayoutTests/fast/events/touch/layout-triggers.html
|
| @@ -80,7 +80,7 @@ onload = function() {
|
| triggeredLayout = triggersLayout(function() {
|
| eventSender.gestureScrollUpdate(0, 5);
|
| });
|
| - shouldBeFalse('triggeredLayout');
|
| + shouldBeTrue('triggeredLayout');
|
|
|
| debug('Sending GestureScrollEnd');
|
| triggeredLayout = triggersLayout(function() {
|
|
|