Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/null-node.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
::-webkit-scrollbar-track, ::-webkit-scrollbar {
color: red;
}
::-webkit-scrollbar-track:horizontal:disabled {
content-visibility: hidden;
}
</style>
<main style="height: 100px; width: 100px; overflow: scroll;"></main>