gecko-dev/testing/web-platform/tests/event-timing
Sean Feng 7f054950d5 Bug 1709232 - Make PerformanceObserver.supportedEntryTypes respects dom.enable_event_timing r=emilio
PerformanceObserver.supportedEntryTypes doesn't check whether
PerformanceEventTiming is enabled or not, so it'll falsely claims
PerformanceEventTiming is supported even if the pref is disabled.

This patch fixes that by adding a guard to it.

Differential Revision: https://phabricator.services.mozilla.com/D114250
2021-05-05 17:20:12 +00:00
..
resources Bug 1667836 - Fix some bugs in PerformanceEventTiming related tests r=smaug 2021-02-09 18:54:49 +00:00
META.yml
auxclick.html
buffered-and-duration-threshold.html
buffered-flag.html
click-timing.html
click.html
contextmenu.html
crossiframe.html Bug 1696437 - Annotate more Android+nnt tests. r=mstange 2021-03-04 20:35:23 +00:00
dblclick.html
disconnect-target.html
event-click-counts.html
event-counts-zero.html
event-retarget.html
first-input-shadow-dom.html
idlharness.any.js
large-duration-threshold.html
medium-duration-threshold.html
min-duration-threshold.html
mousedown.html
mouseenter.html Bug 1667836 - Fix some bugs in PerformanceEventTiming related tests r=smaug 2021-02-09 18:54:49 +00:00
mouseleave.html Bug 1667836 - Fix some bugs in PerformanceEventTiming related tests r=smaug 2021-02-09 18:54:49 +00:00
mouseout.html
mouseover.html
mouseup.html
only-observe-firstInput.html
pointerdown.html
pointerenter.html Bug 1667836 - Fix some bugs in PerformanceEventTiming related tests r=smaug 2021-02-09 18:54:49 +00:00
pointerleave.html Bug 1667836 - Fix some bugs in PerformanceEventTiming related tests r=smaug 2021-02-09 18:54:49 +00:00
pointerout.html
pointerover.html
pointerup.html
programmatic-click-not-observed.html
retrievability.html
retrieve-firstInput.html
shadow-dom-null-target.html
supported-types-consistent-with-self.html Bug 1709232 - Make PerformanceObserver.supportedEntryTypes respects dom.enable_event_timing r=emilio 2021-05-05 17:20:12 +00:00
supported-types.window.js
timingconditions.html
toJSON.html