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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt

Issue 2103653002: Fix a typo in the input delay message: responive -> responsive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests that console warnings are issued for a blocked event listener and that the re is no crash when an offending listener is removed by the handler. 1 Tests that console warnings are issued for a blocked event listener and that the re is no crash when an offending listener is removed by the handler.
2 2
3 There should be no warnings above this line 3 There should be no warnings above this line
4 Handling of 'wheel' input event was delayed for <number> ms due to main thread b eing busy. Consider marking event handler as 'passive' to make the page more res ponive. 4 Handling of 'wheel' input event was delayed for <number> ms due to main thread b eing busy. Consider marking event handler as 'passive' to make the page more res ponsive.
5 Handling of 'touchstart' input event was delayed for <number> ms due to main thr ead being busy. Consider marking event handler as 'passive' to make the page mor e responive. 5 Handling of 'touchstart' input event was delayed for <number> ms due to main thr ead being busy. Consider marking event handler as 'passive' to make the page mor e responsive.
6 Handling of 'touchmove' input event was delayed for <number> ms due to main thre ad being busy. Consider marking event handler as 'passive' to make the page more responive. 6 Handling of 'touchmove' input event was delayed for <number> ms due to main thre ad being busy. Consider marking event handler as 'passive' to make the page more responsive.
7 7
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698