Index: third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html |
diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html b/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html |
index 445c66fa6b34c7026989de18cd3b83a6e99a768f..0bd2bf25223485acaa54633e9171159bb32810cc 100644 |
--- a/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html |
+++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html |
@@ -189,7 +189,7 @@ if ('ScrollState' in window) { |
assert_equals(elements[i].numberOfScrollBegins, deltas.length, "Incorrect number of begin events for " + elements[i].id); |
assert_equals(elements[i].numberOfScrollEnds, deltas.length, "Incorrect number of end events for " + elements[i].id); |
} |
- }, "Correct number of scroll end and begin events observed."); |
+ }, "Correct number of scroll begin and end events observed."); |
{ |
// NOTE - this async test needs to be run last, as it shares state with the |