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

Unified Diff: LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt

Issue 140523002: Remove an extra ' in the KeyboardEventKeyLocation deprecation message (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years, 11 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 | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt
diff --git a/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt b/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt
index aaaae69ffab40d0e58db838b6786106fd45b03f7..aa456137cacde8781616158b3927b86d44ad8e11 100644
--- a/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt
+++ b/LayoutTests/fast/events/constructors/keyboard-event-constructor-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: 'KeyboardEvent.keyLocation'' is deprecated. Please use 'KeyboardEvent.location' instead.
+CONSOLE WARNING: 'KeyboardEvent.keyLocation' is deprecated. Please use 'KeyboardEvent.location' instead.
This tests the constructor for the KeyboardEvent DOM class.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698