Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/scrolling/reftest.list
<!DOCTYPE html>
<style>
html { background-color: red; }
</style>
<script>
if (CSS.supports("selector(::-webkit-scrollbar)")) {
document.documentElement.style.backgroundColor = "white";
}
</script>