diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 04:25:34 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 04:25:34 +0200 |
commit | bdb4ff581677ad1cd411b55a68c87534f9a64882 (patch) | |
tree | 8b171b21ee5b3e44bdc6a945a0a16ff96ed056ac /dom/tests | |
parent | 0a744b1cfeecdd2487d9166792ac5234edc9ee6a (diff) | |
download | UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar.gz UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar.lz UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar.xz UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.zip |
moebius#157: The Performance Observer (improvements)
https://github.com/MoonchildProductions/moebius/pull/157
Diffstat (limited to 'dom/tests')
-rw-r--r-- | dom/tests/mochitest/general/test_interfaces.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/tests/mochitest/general/test_interfaces.html b/dom/tests/mochitest/general/test_interfaces.html index acbc12e07..cbd08d8d4 100644 --- a/dom/tests/mochitest/general/test_interfaces.html +++ b/dom/tests/mochitest/general/test_interfaces.html @@ -751,9 +751,9 @@ var interfaceNamesInGlobalScope = // IMPORTANT: Do not change this list without review from a DOM peer! "PerformanceNavigation", // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "PerformanceObserver", nightly: true}, + "PerformanceObserver", // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "PerformanceObserverEntryList", nightly: true}, + "PerformanceObserverEntryList", // IMPORTANT: Do not change this list without review from a DOM peer! "PerformanceResourceTiming", // IMPORTANT: Do not change this list without review from a DOM peer! |