mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
5 lines
127 B
HTML
5 lines
127 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
:root { overflow: scroll; scrollbar-color: green green; }
|
|
</style>
|