Chromium Code Reviews| Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox.html |
| diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox.html b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox.html |
| index 9847c710e61c14f7c9d048e972cacd16d480ed2a..9443bf7eb3fa220de1977f69b75ca89fc5805355 100644 |
| --- a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox.html |
| +++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox.html |
| @@ -116,9 +116,9 @@ |
| eventSender.gestureScrollUpdate(0, -50); |
| eventSender.gestureScrollEnd(0, 0); |
| - debug("Gesture scrolling list past the end should scroll container div"); |
| + debug("Gesture scrolling list past the end shouldn't scroll container div"); |
|
Rick Byers
2015/09/03 19:55:10
For cases like this, do we / should we have tests
|
| shouldBe('box.scrollTop', 'fullyScrolled'); |
| - shouldBe('container.scrollTop', '50'); |
| + shouldBe('container.scrollTop', '0'); |
| } |
| function testHorizontalScroll() |