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

Side by Side Diff: LayoutTests/fast/events/touch/layout-triggers-expected.txt

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 unified diff | Download patch
OLDNEW
1 Check which type of events trigger layout when it's dirty. Events that do a hit- test must update layout, but all other events shouldn't need to. 1 Check which type of events trigger layout when it's dirty. Events that do a hit- test must update layout, but all other events shouldn't need to.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Forcing initial layout 6 Forcing initial layout
7 PASS internals.needsLayoutCount() is 0 7 PASS internals.needsLayoutCount() is 0
8 Sending touchstart 8 Sending touchstart
9 PASS triggeredLayout is true 9 PASS triggeredLayout is true
10 Sending touchmove 10 Sending touchmove
11 PASS triggeredLayout is false 11 PASS triggeredLayout is false
12 Sending touchend 12 Sending touchend
13 PASS triggeredLayout is false 13 PASS triggeredLayout is false
14 Sending GestureTapDown 14 Sending GestureTapDown
15 PASS triggeredLayout is true 15 PASS triggeredLayout is true
16 Sending GestureShowPress 16 Sending GestureShowPress
17 PASS triggeredLayout is true 17 PASS triggeredLayout is true
18 Sending GestureScrollBegin 18 Sending GestureScrollBegin
19 PASS triggeredLayout is true 19 PASS triggeredLayout is true
20 Sending GestureScrollUpdate 20 Sending GestureScrollUpdate
21 PASS triggeredLayout is false 21 PASS triggeredLayout is true
22 Sending GestureScrollEnd 22 Sending GestureScrollEnd
23 PASS triggeredLayout is false 23 PASS triggeredLayout is false
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698