Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/reftests/scrolling/reftest.list
<!DOCTYPE html>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<style>
:root {
overflow: scroll;
height: 200vh;
}
:root::-webkit-scrollbar {
width: 8px;
height: 8px;
}
</style>