Bug 1018862 part 3 - Fix the order of arguments to omta_is_approx; r=dholbert
commiteaabbd322b1ce9392ed975697665b1e0b1b2ed91
authorBrian Birtles <birtles@gmail.com>
Thu, 12 Jun 2014 04:17:47 +0000 (12 13:17 +0900)
committerBrian Birtles <birtles@gmail.com>
Thu, 12 Jun 2014 04:17:47 +0000 (12 13:17 +0900)
treec1e5af060ed25d6b1344338681111bfdf18a0229
parent11ab984348b776f1222d5beecdf17b59441442c1
Bug 1018862 part 3 - Fix the order of arguments to omta_is_approx; r=dholbert

This patch simply re-arranges the order of arguments to omta_is_approx so that
the delta sits along side the values being compared.

This, I think, makes more sense and also is more consistent when converting
tests from test_animations.html to test_animations_omta.html since the
"RunningOn" parameter is consistently inserted in the second-to-last position
just before the description for both omta_is and omta_is_approx.
layout/style/test/test_animations_omta.html