Re: [html-tests] Test that radio button group and usemap name matching is case-sensitive (#4044)

# Chrome #
Testing revision 44d4efb04ad37a2bd2bc942e2a4f359d4f1d6df0
Starting 10 test iterations
All results were stable

## All results ##

### /html/semantics/embedded-content/the-img-element/usemap-casing.html ###
|                                      Subtest                                       | Results |
|------------------------------------------------------------------------------------|---------|
|                                                                                    | OK      |
| Image with usemap of #tÉdz5アパートFi should not match any of the areas                | FAIL    |
| Image with usemap of #глупый should not match any of the areas                     | FAIL    |
| Image with usemap of #sanityCheck should match the area with map named sanityCheck | PASS    |
| Image with usemap of #blah1 should not match any of the areas                      | PASS    |
| Image with usemap of #paSSfield-killroyß should not match any of the areas         | FAIL    |
| Image with usemap of #sImPlE should not match any of the areas                     | FAIL    |
| Image with usemap of #åωk should not match any of the areas                        | FAIL    |
| Image with usemap of #ΣΣ should not match any of the areas                         | FAIL    |
### /html/semantics/forms/the-input-element/radio-groupname-case.html ###
|                                      Subtest                                       | Results |
|------------------------------------------------------------------------------------|---------|
|                                                                                    | OK      |
| Among names like tÉdz5アパートFi, everything must be checkable at the same time        | FAIL    |
| Among names like paSSfield-killroyß, everything must be checkable at the same time | FAIL    |
| Among names like sImPlE, everything must be checkable at the same time             | FAIL    |
| Among names like blah1, everything must be checkable at the same time              | FAIL    |
| Among names like глупый, everything must be checkable at the same time             | FAIL    |
| Among names like åωk, everything must be checkable at the same time                | FAIL    |
| Among names like ΣΣ, everything must be checkable at the same time                 | FAIL    |
### /html/semantics/embedded-content/the-object-element/usemap-casing.html ###
|                                       Subtest                                       | Results |
|-------------------------------------------------------------------------------------|---------|
|                                                                                     | OK      |
| Object with usemap of #sImPlE should not match any of the areas                     | PASS    |
| Object with usemap of #paSSfield-killroyß should not match any of the areas         | PASS    |
| Object with usemap of #tÉdz5アパートFi should not match any of the areas                | FAIL    |
| Object with usemap of #глупый should not match any of the areas                     | PASS    |
| Object with usemap of #sanityCheck should match the area with map named sanityCheck | FAIL    |
| Object with usemap of #ΣΣ should not match any of the areas                         | FAIL    |
| Object with usemap of #åωk should not match any of the areas                        | PASS    |
| Object with usemap of #blah1 should not match any of the areas                      | PASS    |

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4044#issuecomment-255776716

Received on Monday, 24 October 2016 15:37:02 UTC