diff options
Diffstat (limited to 'Base/res/html/misc/root.html')
-rw-r--r-- | Base/res/html/misc/root.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Base/res/html/misc/root.html b/Base/res/html/misc/root.html new file mode 100644 index 0000000000..331ee74880 --- /dev/null +++ b/Base/res/html/misc/root.html @@ -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> |