mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
6 lines
127 B
HTML
6 lines
127 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
:root { overflow: scroll; scrollbar-color: green green; }
|
|
</style>
|