diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-05-15 15:48:12 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-05-19 09:05:48 +0200 |
commit | c56a81480647805e8ef5567d77a38568ccfcd9f2 (patch) | |
tree | 87e8836fe5fbee2762f5a25b36873898d6c9be0f /python/servo/testing_commands.py | |
parent | 918557ad6d04cd2bd73516e9ccb9019bdaa53500 (diff) | |
download | servo-c56a81480647805e8ef5567d77a38568ccfcd9f2.tar.gz servo-c56a81480647805e8ef5567d77a38568ccfcd9f2.zip |
Add a compositor-side scroll tree
This will allow the compositor to properly chain scrolling requests up
when a node has reached the extent of the scroll area. This fixes
scrolling on servo.org.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 9209e9240d8..a824f036217 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -225,6 +225,7 @@ class MachCommands(CommandBase): "net", "net_traits", "selectors", + "script_traits", "servo_config", "servo_remutex", ] |