Make Performance Timeline API work in Workers

This commit is contained in:
Fernando Jiménez Moreno 2017-08-30 17:52:18 +02:00
parent 449ffb23ac
commit fb843c251a
20 changed files with 146 additions and 128 deletions

View file

@ -1,17 +0,0 @@
[basic.any.worker.html]
type: testharness
[self.performance.now() is a function that returns a number]
expected: FAIL
[self.performance.now() returns a positive number]
expected: FAIL
[self.performance.now() difference is not negative]
expected: FAIL
[High resolution time has approximately the right relative magnitude]
expected: FAIL
[basic.any.html]
type: testharness

View file

@ -1,11 +0,0 @@
[monotonic-clock.any.html]
type: testharness
[monotonic-clock.any.worker.html]
type: testharness
[self.performance.now() returns a positive number]
expected: FAIL
[self.performance.now() difference is not negative]
expected: FAIL

View file

@ -1,6 +0,0 @@
[window-worker-time-origin.html]
type: testharness
expected: ERROR
[Worker time origin is approximately its creation time]
expected: TIMEOUT

View file

@ -27306,7 +27306,7 @@
"support"
],
"mozilla/interfaces.worker.js": [
"5fb0da8a22a5afe00d1232c700720c080f5dff44",
"fb5537ec0753e3a1c56dff957bcc1c0660dcb7b9",
"testharness"
],
"mozilla/iterable.html": [

View file

@ -37,7 +37,6 @@ test_interfaces([
"PerformanceObserver",
"PerformanceObserverEntryList",
"PerformancePaintTiming",
"PerformanceTiming",
"ProgressEvent",
"Request",
"Response",