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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt

Issue 2333033002: Deprecation warnings can cite M57/M58/M59 (Closed)
Patch Set: expectations Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 13: Performing operations that require explicit user inter action on touchstart events is deprecated and will be removed in M55, around Nov ember 2016. See https://www.chromestatus.com/features/5649871251963904 for more details. 1 CONSOLE WARNING: line 13: Performing operations that require explicit user inter action on touchstart events is deprecated and will be removed in M55, around Dec ember 2016. See https://www.chromestatus.com/features/5649871251963904 for more details.
2 CONSOLE WARNING: line 13: Performing operations that require explicit user inter action on touchmove events is deprecated and will be removed in M55, around Nove mber 2016. See https://www.chromestatus.com/features/5649871251963904 for more d etails. 2 CONSOLE WARNING: line 13: Performing operations that require explicit user inter action on touchmove events is deprecated and will be removed in M55, around Dece mber 2016. See https://www.chromestatus.com/features/5649871251963904 for more d etails.
3 Target 3 Target
4 Test user gesture behavior during touch events. 4 Test user gesture behavior during touch events.
5 touchstart should be a user gesture 5 touchstart should be a user gesture
6 PASS openedPopup is true 6 PASS openedPopup is true
7 touchend for the same gesture should not get a new gesture 7 touchend for the same gesture should not get a new gesture
8 PASS openedPopup is false 8 PASS openedPopup is false
9 touchmove should be a user gesture 9 touchmove should be a user gesture
10 PASS openedPopup is true 10 PASS openedPopup is true
11 second touchmove for the same gesture should not get a new gesture 11 second touchmove for the same gesture should not get a new gesture
12 PASS openedPopup is false 12 PASS openedPopup is false
13 touchend should be a user gesture 13 touchend should be a user gesture
14 PASS openedPopup is true 14 PASS openedPopup is true
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698