| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <p>Test styling of elements using their local name. Matching the name should be case-sensitive for XHTML.</p> |
| <xml xmlns="https://www.webkit.org/awesome"> |
| var xmlDocument = new DOMParser().parseFromString('<xml xmlns="https://www.webkit.org/awesome"><target>Target</target><Target>Target</Target><TARGET>Target</TARGET></xml>', 'text/xml'); |
| var testCases = document.getElementById("test-cases"); |
| testCases.appendChild(document.importNode(xmlDocument.documentElement, true)); |