mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
8 lines
169 B
HTML
8 lines
169 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Test: non-opaque scrollbar-color should work on the root</title>
|
|
<style>
|
|
:root {
|
|
background-color: black;
|
|
}
|
|
</style>
|