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