mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Performance Timeline API
This commit is contained in:
parent
24270f9357
commit
52348f1fcc
18 changed files with 599 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
[nav2_test_document_replaced.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Navigation Timing 2 WPT]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -27276,7 +27276,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"c884fee8603f93099ffd0acc30f0ab0cbee5b5f8",
|
||||
"7ac46204fb780c96344f166d34d0fb888c9e25c4",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
@ -27284,7 +27284,7 @@
|
|||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
"9b3a3c96ec539bb323a0def92c747996deaa7331",
|
||||
"1474c6500ce1c4aef99d200dae5407324ddbdd4a",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/iterable.html": [
|
||||
|
|
|
@ -159,6 +159,9 @@ test_interfaces([
|
|||
"NodeList",
|
||||
"PageTransitionEvent",
|
||||
"Performance",
|
||||
"PerformanceEntry",
|
||||
"PerformanceObserver",
|
||||
"PerformanceObserverEntryList",
|
||||
"PerformanceTiming",
|
||||
"Plugin",
|
||||
"PluginArray",
|
||||
|
|
|
@ -34,6 +34,9 @@ test_interfaces([
|
|||
"MessageEvent",
|
||||
"Performance",
|
||||
"PerformanceTiming",
|
||||
"PerformanceEntry",
|
||||
"PerformanceObserver",
|
||||
"PerformanceObserverEntryList",
|
||||
"ProgressEvent",
|
||||
"Request",
|
||||
"Response",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue