mochi / mochikit

MochiKit makes JavaScript suck less

Home Page:http://mochi.github.io/mochikit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test failed with Firefox 26.0 (MacOS X 10.9.1)

csaltos opened this issue · comments

The failing test is test_MochiKit-Style.html with this output:

Passed: 68
Failed: 7
not ok - default left table cell content h ok: got 34, expected 30
not ok - default middle table cell content h ok: got 34, expected 30
not ok - default right table cell content h ok: got 34, expected 30
not ok - collapsed left table cell content h ok: got 32, expected 30
not ok - collapsed middle table cell content h ok: got 32, expected 30
not ok - collapsed right table cell content h ok: got 32, expected 30
not ok - test suite failed in 00:00.024

Wish I can give more detail about the failing tests, but I thing if you use a new version of Firefox you will find them out.

I'm inclined to believe that this is a bug in Firefox, since the relevant code here hasn't changed in 3 years and it works everywhere else.

Although it appears that this is broken at least all the way back to Firefox 16…

b312750 appears to be the cause

Great !! ... the tests are now passing.

Thank you for mochikit, I like it a lot.