| Test various valid name for elements according to the definition of DOM Level 2. |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| PASS document.createElement('0ascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('.Ascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('-Ascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement(' ascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement(' ascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('֑sc.ii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('⃣scii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('िascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('ʳascii') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('asc i') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('asc i') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS document.createElement('asciiⅦ') threw exception InvalidCharacterError: The string contains invalid characters.. |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |