aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-05-15 15:48:12 +0200
committerMartin Robinson <mrobinson@igalia.com>2023-05-19 09:05:48 +0200
commitc56a81480647805e8ef5567d77a38568ccfcd9f2 (patch)
tree87e8836fe5fbee2762f5a25b36873898d6c9be0f /python
parent918557ad6d04cd2bd73516e9ccb9019bdaa53500 (diff)
downloadservo-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')
-rw-r--r--python/servo/testing_commands.py1
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",
]