#15799 closed defect (fixed)
tests/_base/query.html failure (IE9)
Reported by: | bill | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6.2 |
Component: | Query | Version: | 1.6.1 |
Keywords: | dohfail | Cc: | cjolif |
Blocked By: | Blocking: |
Description
_AssertFailure: assertEqual() failed: expected 1 but got 2 ERROR IN: function anonymous(t) { doh.is(1, dojo.query('.fooBar').length); } FAILED test: ../../dojo/tests/_base/query.html::t::doh.is(1, dojo.query('.fooBar').length); 0 ms
Change History (7)
comment:1 Changed 10 years ago by
Keywords: | dohfail added |
---|
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|
comment:4 Changed 9 years ago by
Cc: | cjolif added |
---|
comment:7 Changed 9 years ago by
Milestone: | 1.8 → 1.6.2 |
---|---|
Version: | 1.7.3 → 1.6.1 |
Note: See
TracTickets for help on using
tickets.
This isn't happening when the test is run standalone, so it's possibly just another DOH problem because the outer window forces the iframe into standards mode. Although I can't reproduce the failure even when I tweak the document type through the developer console.