LibWeb: Implement user-select

This implements all values of user-select.
This commit is contained in:
Psychpsyo
2025-01-08 01:51:29 +01:00
committed by Sam Atkins
parent ba43dfe49a
commit 9370990ff2
Notes: github-actions[bot] 2025-01-08 14:38:35 +00:00
11 changed files with 274 additions and 29 deletions

View File

@@ -0,0 +1,10 @@
Harness status: OK
Found 5 tests
5 Pass
Pass e.style['user-select'] = "auto" should set the property value
Pass e.style['user-select'] = "text" should set the property value
Pass e.style['user-select'] = "none" should set the property value
Pass e.style['user-select'] = "contain" should set the property value
Pass e.style['user-select'] = "all" should set the property value