Posted on Dec 1, 2009 by
Massive Bird
Our unit tests in test/browser-tests/test_js1.html and test_js2.html fail in IE 8 in both Compat and Standards Mode. They fail at the very end with the following:
assertEquals Failed: onload should have fired for our 4 listeners for dynamic objects (expected: 4, actual: 3)
Comment #1
Posted on Dec 1, 2009 by Massive BirdThese also fail on IE 7, FF (Native and Flash) and Safari (Native and Flash), so I'm thinking maybe there is either a bug in the tests themselves or something across all handlers.
Comment #2
Posted on Dec 2, 2009 by Massive BirdAccidentally left in a check for importNode, which isnt implemented yet.
Status: Fixed
Labels:
Type-Defect
Priority-Medium