Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
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