Callum Law
12e8f503aa
LibWeb: Support non-fixed <random-value-sharing>
...
This works by generating random values using XorShift128PlusRNG at
compute time and then caching them on the document using the relevant
random-caching-key
2025-12-01 11:00:33 +00:00
Callum Law
bad9efac22
LibWeb: Support CSS random() function step argument
2025-12-01 11:00:33 +00:00
Callum Law
2a5e389f63
LibWeb: Implement basic CSS random() function
...
At the moment this is limited to only fixed value sharing and does not
support step values
2025-12-01 11:00:33 +00:00
Callum Law
65512f5403
LibWeb: Import CSS random function tests
2025-12-01 11:00:33 +00:00