Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
html { background-color: red; }
</style>
<script>
if (CSS.supports("selector(::-webkit-scrollbar)")) {
document.documentElement.style.backgroundColor = "white";
}
</script>