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