mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Parse the will-change property
This property provides a hint to the rendering engine about properties that are likely to change in the near future, allowing for early optimizations to be applied.
This commit is contained in:
committed by
Sam Atkins
parent
0e4fb9ae73
commit
4f663ca6e7
Notes:
github-actions[bot]
2025-08-18 11:37:59 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4f663ca6e76 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5870 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -1,8 +1,8 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 255 tests
|
||||
Found 256 tests
|
||||
|
||||
248 Pass
|
||||
249 Pass
|
||||
7 Fail
|
||||
Pass accent-color
|
||||
Pass border-collapse
|
||||
@@ -256,6 +256,7 @@ Pass vertical-align
|
||||
Pass view-transition-name
|
||||
Pass white-space-trim
|
||||
Fail width
|
||||
Pass will-change
|
||||
Pass x
|
||||
Pass y
|
||||
Pass z-index
|
||||
Reference in New Issue
Block a user