mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
This change adds support for updating the selection when double and triple clicking in text fields. Double clicking selects the most relevant word while triple clicking selects the entire line. Testing: This change adds unit tests for `Rope` as well as a Servo-specific WPT style test. These behaviors are platform dependent. Signed-off-by: Martin Robinson <mrobinson@igalia.com>