mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement user-select
This implements all values of user-select.
This commit is contained in:
Notes:
github-actions[bot]
2025-01-08 14:38:35 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/9370990ff28 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3176 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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
|
||||
Reference in New Issue
Block a user