mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
User Timing API
This commit is contained in:
parent
f5e23a3a90
commit
8412f5403a
18 changed files with 272 additions and 13 deletions
|
@ -45,6 +45,8 @@ skip: true
|
|||
skip: true
|
||||
[script_scheduling]
|
||||
skip: false
|
||||
[performance-timeline]
|
||||
skip: false
|
||||
[quirks-mode]
|
||||
skip: false
|
||||
[referrer-policy]
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
[case-sensitivity.any.worker.html]
|
||||
type: testharness
|
||||
[getEntriesByType values are case sensitive]
|
||||
expected: FAIL
|
||||
|
||||
[getEntriesByName values are case sensitive]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[case-sensitivity.any.html]
|
||||
type: testharness
|
||||
[getEntriesByType values are case sensitive]
|
||||
expected: FAIL
|
||||
|
||||
[getEntriesByName values are case sensitive]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[po-disconnect.any.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[An observer disconnected after a mark must receive the mark]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[po-disconnect.any.worker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[An observer disconnected after a mark must receive the mark]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[po-navigation.html]
|
||||
type: testharness
|
||||
[navigation entry is observable]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[po-observe.any.worker.html]
|
||||
type: testharness
|
||||
[replace observer if already present]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[po-observe.any.html]
|
||||
type: testharness
|
||||
[replace observer if already present]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[po-resource.html]
|
||||
type: testharness
|
||||
[resource entries are observable]
|
||||
expected: FAIL
|
||||
|
|
@ -27988,7 +27988,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"a7ed38b6069caffd87d9573978e6ef9938d87753",
|
||||
"66e66d3bdfa3bebd5bf3d711c0737fb394efe973",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
@ -27996,7 +27996,7 @@
|
|||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
"fb5537ec0753e3a1c56dff957bcc1c0660dcb7b9",
|
||||
"c9dcc4f24540914b3be1ef18f13b721773eb76be",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/iterable.html": [
|
||||
|
|
|
@ -161,6 +161,8 @@ test_interfaces([
|
|||
"PageTransitionEvent",
|
||||
"Performance",
|
||||
"PerformanceEntry",
|
||||
"PerformanceMark",
|
||||
"PerformanceMeasure",
|
||||
"PerformanceObserver",
|
||||
"PerformanceObserverEntryList",
|
||||
"PerformancePaintTiming",
|
||||
|
|
|
@ -34,6 +34,8 @@ test_interfaces([
|
|||
"MessageEvent",
|
||||
"Performance",
|
||||
"PerformanceEntry",
|
||||
"PerformanceMark",
|
||||
"PerformanceMeasure",
|
||||
"PerformanceObserver",
|
||||
"PerformanceObserverEntryList",
|
||||
"PerformancePaintTiming",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue