[transition-timing-function.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [OK, ERROR]
if (os == "linux") and debug and not fission and swgl: [ERROR, OK]
if (os == "linux") and debug and not fission and not swgl: [OK, ERROR]
if (os == "linux") and debug and fission and not swgl: [ERROR, OK]
if (os == "linux") and debug and fission and swgl: [OK, ERROR]
if (os == "win") and debug and (processor == "x86"): [OK, ERROR]
if (os == "linux") and not debug and not fission: [OK, ERROR]
if (os == "linux") and not debug and fission: [OK, ERROR]
if (os == "android") and swgl: [OK, ERROR]