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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4ced2c4642a80387a473170af750374e809ea26f..51d6c69793de35598a0fd01dfa87c780471fdafa 100644
--- a/third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/input-event-warning-expected.txt
@@ -1,7 +1,7 @@
Tests that console warnings are issued for a blocked event listener and that there is no crash when an offending listener is removed by the handler.
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 '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 responsive.
+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 responsive.
+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 responsive.
« 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