Opened 14 years ago
Closed 14 years ago
#3723 closed defect (duplicate)
0.9: Nodelist tests fail on IE 6
Reported by: | Jared Jurkiewicz | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
PASSED test: ../../dojo/tests/_base/NodeList.html::t::indexOf
[object Error] ERROR IN: function lastIndexOf(t){ t.is(2, fourElementNL.lastIndexOf(dojo.byId("c1"))); t.is(3, fourElementNL.lastIndexOf(dojo.byId("t"))); t.is(-1, fourElementNL.lastIndexOf(null)); }
FAILED test: ../../dojo/tests/_base/NodeList.html::t::lastIndexOf
Note: See
TracTickets for help on using
tickets.
dup of the array bug #3719