pseudo-rendering-invalidation.html.ini (435B)
1 [pseudo-rendering-invalidation.html] 2 expected: 3 if (os == "mac") and not debug and (version == "OS X 14.7.1"): PASS 4 if (os == "linux") and swgl and not fission: [FAIL, PASS] 5 if (os == "linux") and not swgl: PASS 6 if (os == "android" and os_version == "7.0") and debug: [FAIL, PASS, TIMEOUT] 7 if (os == "android" and os_version == "7.0") and not debug: [PASS, FAIL, TIMEOUT] 8 if os == "win": FAIL 9 [PASS, FAIL]