You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Landed. This may have unintended consequences on other existing testsuites, though generally the element isn't in the viewport and its dimensions shouldn't matter, so...
I just ran into a lot of hell trying to test animations because the width of the element I was animating wasn't what I had defined it (in IE7):
Compare http://jsfiddle.net/HJ4ak/2/ to http://jsfiddle.net/HJ4ak/1/
Just adding
width: 1000px; height: 1000px;
to the#qunit-fixture
in my CSS fixed the issue on my test pageThe text was updated successfully, but these errors were encountered: