summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/user-timing/measure.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/user-timing/measure.html.ini')
-rw-r--r--testing/web-platform/meta/user-timing/measure.html.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/meta/user-timing/measure.html.ini b/testing/web-platform/meta/user-timing/measure.html.ini
new file mode 100644
index 0000000000..1ab958854f
--- /dev/null
+++ b/testing/web-platform/meta/user-timing/measure.html.ini
@@ -0,0 +1,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]