blob: 278a08fb15956a3bd5c04d912b67d383687a8351 (
plain)
1
2
3
4
5
6
7
8
9
|
[medium-duration-threshold.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[PerformanceObserver observes events according to its durationThreshold]
expected:
if (os == "linux") and debug and fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
|