fune/testing/web-platform/meta/css/css-animations/CSSAnimation-startTime.tentative.html.ini
Tom Ritter 467eb08c81 Bug 1387894 - Disable unconditional clamping for two CSS tests. r=birtles
We're hitting double imprecision here.

Example: Given 86.68392200000000 and 86.67999999999999 we want to see
if they're equal with two significant digits. (They are, they're 86.68)

However, when we reduce them, 86.68 (which is represented as an epislon lower)
gets reduced to 86.66 and they no longer match. We disable unconditional clamping
on these tests to confirm they behave the way they shoud... excepting the clamping
which may introduce imprecision.

Differential Revision: https://phabricator.services.mozilla.com/D38812

Depends on D38811

--HG--
extra : rebase_source : a437ead8c9ce69e6f34f81d69a924fefdbfec389
2019-08-02 07:36:59 +02:00

2 lines
100 B
INI
Executable file

[CSSAnimation-startTime.tentative.html]
prefs: [privacy.reduceTimerPrecision.unconditional:false]