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

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

Issue 2024913002: Fix runtime setting forcing passive event listeners to scroll blocking events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout test Created 4 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 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 ponive.
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 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 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 responive.
7 Handling of 'touchend' input event was delayed for <number> ms due to main threa d being busy. Consider marking event handler as 'passive' to make the page more responive.
8 7
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/input-event-warning.html ('k') | third_party/WebKit/Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698