-
jparent@chromium.org authored
translating 100px, starting at 0, so it should be at 50px at 500ms, not 600ms. Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=31997 * transitions/change-values-during-transition.html: isEqual: Remove unnecessary code - tolerance always passed in and always default value. getXPosition: Extract into a function, since it is duplicated twice. check2: Still run second check if the first fails, just give more debugging output. start: Remove final setTimeout - nothing changes between the end of check2 and here, so this is just making the test take 100ms longer. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51613 268f45cc-cd09-0410-ab3c-d52691b4dbfc
jparent@chromium.org authoredtranslating 100px, starting at 0, so it should be at 50px at 500ms, not 600ms. Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=31997 * transitions/change-values-during-transition.html: isEqual: Remove unnecessary code - tolerance always passed in and always default value. getXPosition: Extract into a function, since it is duplicated twice. check2: Still run second check if the first fails, just give more debugging output. start: Remove final setTimeout - nothing changes between the end of check2 and here, so this is just making the test take 100ms longer. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51613 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Loading