[nested-scale-animations.html]
expected:
if (os == "android") and debug and webrender: ["TIMEOUT", "PASS"]
if (os == "android") and debug and not webrender: ["PASS", "TIMEOUT"]
if (os == "android") and not debug and not webrender: ["PASS", "TIMEOUT"]
if (os == "android") and not debug and webrender: ["PASS", "TIMEOUT"]
TIMEOUT