2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / collection-namedItem-via-item-expected.txt
blob1c70f2bed6b5831c3ca4a4ee58b504cbb9c10b94
1 Test for http://bugs.webkit.org/show_bug.cgi?id=11078 Forms Don't Submit (ASP Pages).
3 PASS: document.all.item('1') == document.all.item(1)
4 PASS: document.all.item('target') == document.getElementById('target')
5 PASS: document.all.item('foo') == undefined