haikuwebkit/LayoutTests/fast/dom/collection-namedItem-via-it...

7 lines
256 B
Plaintext

Test for http://bugs.webkit.org/show_bug.cgi?id=11078 Forms Don't Submit (ASP Pages).
PASS: document.all.item('1') == document.all.item(1)
PASS: document.all.item('target') == document.getElementById('target')
PASS: document.all.item('foo') == undefined