blob: 793ec53fdb2d5f2cba9c3406c2fa5f3db4d56c4d (
plain)
1
2
3
4
5
6
7
8
9
|
[deadline-max-rAF-dynamic.html]
[Check that the deadline is changed if there is a new requestAnimationFrame from within requestIdleCallback.]
expected:
if (os == "linux") and not swgl and fission and debug: [PASS, FAIL]
if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "linux") and swgl and fission: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [FAIL, PASS]
|