Sign in
webkit
/
WebKit
/
7a2f3f50b83583acd60082111d0e9c7f59fe5a6d
/
.
/
LayoutTests
/
fast
/
dom
/
getElementsByClassName
/
case-sensitive-expected.txt
blob: 61308a1bf376ea7d075cbc0047f4f05705ecfd70 [
file
] [
log
] [
blame
]
PASS getByClassName('a') is "a"
PASS getByClassName('A') is "A"
PASS getByClassName('ä') is "ä"
PASS getByClassName('Ä') is "Ä"
PASS successfullyParsed is true
TEST COMPLETE