featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

Get element text using innerText OR textContent #34

Closed joshski closed 8 years ago

joshski commented 8 years ago

Fixes a few tests in firefox

joshski commented 8 years ago

Actually this is dumb (if innerText is falsy), don't merge yet.

dereke commented 8 years ago

so I actually completely rewrite elementTester to make it more extensible (haven't pushed it yet, was just an experiment). but anyway regarding these firefox failures, once the virtual-dom tests are working I imagine most of the firefox failures will be fixed.. soo if you want to help me over on the #virtual-dom branch feel free :-)

dereke commented 8 years ago

oh and I say the firefox tests will probably pass once the virtual-dom branch is working because I am using the jquery api for all dom access... which kinda implies it will work cross browser.

dereke commented 8 years ago

complete firefox compatibility has been implemented on the virtual-dom branch that will become part of 2.0 so I am going to close this.