summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/localname-case-strict-expected.txt
blob: e257279aa668b08e22e69ed164bf67c6dea8d33a (plain)
1
2
3
4
5
6
7
8
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