mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:58:12 +00:00
LibWeb: Support the :root pseudo class
This commit is contained in:
parent
2f29e61203
commit
7bfd24ca76
5 changed files with 22 additions and 0 deletions
14
Base/home/anon/www/root.html
Normal file
14
Base/home/anon/www/root.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>:root test</title>
|
||||
<style>
|
||||
:root {
|
||||
background-color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Background will be red.
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue