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

Unified Diff: LayoutTests/fast/events/touch/layout-triggers.html

Issue 1148003010: Force layout for main thread scrolling. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/layout-triggers-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | LayoutTests/fast/events/touch/layout-triggers-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698