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

# Firefox #
Testing revision 212ed1790f7cbabd9c5e63037e712ab37f2c352a
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             | PASS    |
| Image with usemap of #sImPlE should not match any of the areas             | PASS    |
| Image with usemap of #blah1 should not match any of the areas              | FAIL    |
| Image with usemap of #paSSfield-killroyß should not match any of the areas | PASS    |
| Image with usemap of #åωk should not match any of the areas                | PASS    |
| 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                 | PASS    |
### /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 #ΣΣ 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              | FAIL    |

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

Received on Monday, 24 October 2016 15:22:30 UTC