summaryrefslogtreecommitdiffstats
path: root/dom/events/test
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-04 13:11:28 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:14:05 +0200
commit56cb90a482737ae5252ac8b7ccbc0aff0b309410 (patch)
treee0daea85a05298224d6009a8a26605436a358a1e /dom/events/test
parent812574875b650526bae87d6eb5542eced678ca24 (diff)
downloadUXP-56cb90a482737ae5252ac8b7ccbc0aff0b309410.tar
UXP-56cb90a482737ae5252ac8b7ccbc0aff0b309410.tar.gz
UXP-56cb90a482737ae5252ac8b7ccbc0aff0b309410.tar.lz
UXP-56cb90a482737ae5252ac8b7ccbc0aff0b309410.tar.xz
UXP-56cb90a482737ae5252ac8b7ccbc0aff0b309410.zip
Issue #1517 - Remove dom.event.highrestimestamp.enabled pref
This resolves #1517
Diffstat (limited to 'dom/events/test')
-rw-r--r--dom/events/test/test_eventTimeStamp.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/events/test/test_eventTimeStamp.html b/dom/events/test/test_eventTimeStamp.html
index 056203e92..5ca5cd47d 100644
--- a/dom/events/test/test_eventTimeStamp.html
+++ b/dom/events/test/test_eventTimeStamp.html
@@ -35,12 +35,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=77992
SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout("untriaged");
-// We don't use SpecialPowers.pushPrefEnv since it can delay the test
-// function until after the load event has fired which means we can't
-// test the timestamp of the load event.
-const kPrefName = "dom.event.highrestimestamp.enabled";
-var prevPrefValue = SpecialPowers.getBoolPref(kPrefName);
-SpecialPowers.setBoolPref(kPrefName, true);
testRegularEvents();
// Event.timeStamp should be relative to the time origin which is: