blob: 1ab958854f4217bbb06739da90cf4909ab03e724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[measure.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if os == "mac": [OK, ERROR]
[window.performance.getEntriesByName("measure_start_end")[0\].startTime is correct]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[window.performance.getEntriesByName("measure_start_no_end")[0\].startTime is correct]
expected:
if (os == "android") and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[window.performance.getEntriesByName("measure_no_start_no_end")[1\].duration is approximately correct (up to 20ms difference allowed)]
expected:
if os == "mac": [PASS, FAIL]
[window.performance.getEntriesByName("measure_no_start_no_end")[0\].duration is approximately correct (up to 20ms difference allowed)]
expected:
if os == "mac": [PASS, FAIL]
|