| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |