ladybird/Tests/LibWeb/Layout/input/css-all-unset.html
Andreas Kling 13d5d47b56 LibWeb: Implement the CSS all property
This sets all longhand values to one of initial, inherit, unset or
revert. Note that revert is not supported yet, but will be soon.
2023-07-29 19:16:08 +02:00

4 lines
63 B
HTML

<!doctype html><style>
* { all: unset; }
</style>Hello friends