mustang2247 / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Regression: test_js1.html and test_js2.html fail #435

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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)

Original issue reported on code.google.com by bradneub...@gmail.com on 1 Dec 2009 at 6:46

GoogleCodeExporter commented 8 years ago
These 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.

Original comment by bradneub...@gmail.com on 1 Dec 2009 at 7:15

GoogleCodeExporter commented 8 years ago
Accidentally left in a check for importNode, which isnt implemented yet.

Original comment by bradneub...@gmail.com on 2 Dec 2009 at 2:59