premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

tests: isHTMLDocument test fails on iPhone 3G (iOS 4) and sometimes fails in Opera #64

Open premasagar opened 11 years ago

premasagar commented 11 years ago

This test is:

expect(Pablo.isHTMLDocument(document)).to.eql(true);

When run in Opera 12.14 (OSX), it succeeds if run on its own page, as in the link above, but fails when run as part of the whole suite of tests.