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

Unified 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, 7 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
Index: third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt b/third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt
index 30414d62216592dc10bb8158dc0d60666ea14bb6..4ced2c4642a80387a473170af750374e809ea26f 100644
--- a/third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt
@@ -4,5 +4,4 @@ There should be no warnings above this line
Handling of 'wheel' input event was delayed for <number> ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responive.
Handling of 'touchstart' input event was delayed for <number> ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responive.
Handling of 'touchmove' input event was delayed for <number> ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responive.
-Handling of 'touchend' input event was delayed for <number> ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responive.
« 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