Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
parser
/
localname-case-expected.txt
blob: e257279aa668b08e22e69ed164bf67c6dea8d33a [
file
] [
log
] [
blame
]
This tests Bug 14114.
Test Data: lowercase uppercase
PASS document.getElementById('lowercase').localName is 'a'
PASS document.getElementById('uppercase').localName is 'a'
PASS successfullyParsed is true
TEST COMPLETE