Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / css-valuesandunits / unit-vh-vw-overflow-scroll-y-iframe.html
blobe6d0fb863a00f45a918390547688974bb0f78390
1 <style>
2 body { overflow-y: scroll }
3 div {
4 width: 10px;
5 height: 10px;
6 background-color: #d64203;
8 </style>
10 <body>
11 <div style="width: 50vw"></div>
12 <div style="height: 25vh"></div>
13 <div style="width: 35vmin"></div>
14 <div style="height: 25vmax"></div>
16 <!-- Deliberately make scrollbars appear. -->
17 <div style="width: 500px; height: 500px; background-color: black">
18 </body>