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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-name-case-expected.txt

Issue 2502763004: INPUT element: Deprecate case-insensitive matching for radio button group names. (Closed)
Patch Set: a Created 4 years, 1 month 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/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-name-case-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-name-case-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-name-case-expected.txt
index c32d51e1a3c686c2fb8ba629fc763e6d76bc437a..8704666dd412bf16506d0d4d58f70cdd8e1214fe 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-name-case-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/radio/radio-group-name-case-expected.txt
@@ -1,3 +1,10 @@
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=r and name=R
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=radio and name=rAdIO
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=radio and name=RADIO
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=ñ and name=Ñ
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=ς and name=σ
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=ς and name=Σ
+CONSOLE WARNING: line 1: Case-insensitive matching for <input type=radio name=...> is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/6165799291060224 for more details. Comparing name=i and name=I
Case shouldn't matter when it comes to radio group names
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698