21 lines
869 B
INI
21 lines
869 B
INI
[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]
|