1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

Revert "LibWeb: Allow bypassing transient activation checks for tests"

This reverts commit e52c30cbd5.

It's highly possible that this test was flaky on CI due to mixing units
of seconds and milliseconds in the transient activation calculation.
Revert the workaround for that commit in an attempt to avoid needless
ad-hoc behavior.
This commit is contained in:
Timothy Flynn 2024-02-24 16:28:53 -05:00 committed by Tim Flynn
parent 8d7a5afe58
commit 090dbac5a3
6 changed files with 14 additions and 22 deletions

View file

@ -287,8 +287,6 @@ private:
// https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-status
// When the Window object is created, the attribute must be set to the empty string. It does not do anything else.
String m_status;
JS::GCPtr<Internals::Internals> m_internals;
};
void run_animation_frame_callbacks(DOM::Document&, double now);