summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1777135.html
blob: 7ca5c4591783d370cc21c4b493f509251052ec11 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
:root {
  color-scheme: dark;
  background-color: Canvas;
}
</style>
Here's a tall div, to generate a scrollbar:
<div style="height:200vh"></div>