Performance Timeline API

This commit is contained in:
Fernando Jiménez Moreno 2017-08-01 14:57:55 +02:00
parent 24270f9357
commit 52348f1fcc
18 changed files with 599 additions and 7 deletions

View file

@ -1,5 +1,6 @@
[nav2_test_document_replaced.html]
type: testharness
expected: TIMEOUT
[Navigation Timing 2 WPT]
expected: FAIL

View file

@ -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": [

View file

@ -159,6 +159,9 @@ test_interfaces([
"NodeList",
"PageTransitionEvent",
"Performance",
"PerformanceEntry",
"PerformanceObserver",
"PerformanceObserverEntryList",
"PerformanceTiming",
"Plugin",
"PluginArray",

View file

@ -34,6 +34,9 @@ test_interfaces([
"MessageEvent",
"Performance",
"PerformanceTiming",
"PerformanceEntry",
"PerformanceObserver",
"PerformanceObserverEntryList",
"ProgressEvent",
"Request",
"Response",