mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
layout: Expand animation test mode to support not force-ticking layout.
This commit is contained in:
parent
805988e839
commit
0e3d4ab407
5 changed files with 16 additions and 12 deletions
|
@ -439,7 +439,7 @@ interface TestBinding {
|
|||
[Pref="dom.testbinding.prefcontrolled.enabled"]
|
||||
const unsigned short prefControlledConstDisabled = 0;
|
||||
[Pref="layout.animations.test.enabled"]
|
||||
void advanceClock(long millis);
|
||||
void advanceClock(long millis, optional boolean forceLayoutTick = true);
|
||||
|
||||
[Pref="dom.testbinding.prefcontrolled2.enabled"]
|
||||
readonly attribute boolean prefControlledAttributeEnabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue