Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
html {
background-color: red;
}
@supports selector(::-webkit-scrollbar) {
html {
background-color: white;
}
}
</style>