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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-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
Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt
index 1620c17a55782251ff61620cbfd5552c983d6ea4..e27aff15d961b3b1853a27637eb52845fa6bb942 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt
@@ -1,3 +1,20 @@
+CONSOLE WARNING: 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=sImPlE and name=simple
+CONSOLE WARNING: 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=sImPlE and name=SIMPLE
+CONSOLE WARNING: 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=paSSfield-killroyß and name=passfield-killroyß
+CONSOLE WARNING: 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=paSSfield-killroyß and name=PASSFIELD-KILLROYß
+CONSOLE WARNING: 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=paSSfield-killroyß and name=paſſfield-killroyß
+CONSOLE WARNING: 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=paSSfield-killroyß and name=passfield-Killroyß
+CONSOLE WARNING: 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=paßfield-killroyß and name=paẞfield-killroyß
+CONSOLE WARNING: 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=paSSfield-killroyß and name=passfield-killroyẞ
+CONSOLE WARNING: 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: 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: 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=åωk and name=ÅΩK
+CONSOLE WARNING: 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=åωk and name=Åωk
+CONSOLE WARNING: 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=åωk and name=åΩk
+CONSOLE WARNING: 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=åωk and name=åωK
+CONSOLE WARNING: 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=blⒶh1 and name=blⓐh1
+CONSOLE WARNING: 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=tÉdz5アパートFi and name=TÉDZ5アパートFi
+CONSOLE WARNING: 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=σς
This is a testharness.js-based test.
FAIL Among names like sImPlE, everything must be checkable at the same time assert_true: sImPlE must be checked expected true got false
FAIL Among names like paSSfield-killroyß, everything must be checkable at the same time assert_true: paSSfield-killroyß must be checked expected true got false

Powered by Google App Engine
This is Rietveld 408576698