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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 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 an d name=R
2 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=radi o and name=rAdIO
3 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=radi o and name=RADIO
4 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=ñ an d name=Ñ
5 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=ς an d name=σ
6 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=ς an d name=Σ
7 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 an d name=I
1 Case shouldn't matter when it comes to radio group names 8 Case shouldn't matter when it comes to radio group names
2 9
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 11
5 12
6 Test 1 13 Test 1
7 form.elements[0].name = 'r'; 14 form.elements[0].name = 'r';
8 form.elements[1].name = 'r'; 15 form.elements[1].name = 'r';
9 form.elements[2].name = 'R'; 16 form.elements[2].name = 'R';
10 PASS form.elements[0].checked is false 17 PASS form.elements[0].checked is false
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 form.elements[0].name = '\u0131'; 70 form.elements[0].name = '\u0131';
64 form.elements[1].name = '\u0049'; 71 form.elements[1].name = '\u0049';
65 form.elements[2].name = '\u0131'; 72 form.elements[2].name = '\u0131';
66 PASS form.elements[0].checked is false 73 PASS form.elements[0].checked is false
67 FAIL form.elements[1].checked should be false. Was true. 74 FAIL form.elements[1].checked should be false. Was true.
68 PASS form.elements[2].checked is true 75 PASS form.elements[2].checked is true
69 PASS successfullyParsed is true 76 PASS successfullyParsed is true
70 77
71 TEST COMPLETE 78 TEST COMPLETE
72 79
OLDNEW
« 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