Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / pagination / 652178-1-ref.html
blob06d1c221465cc098fd721b2872e84a1b37895dc1
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <body>
4 Something
5 <div>
6 <div style="width: 60%; float: left; border: 5px solid green;">
7 This should print on page 1
8 </div>
10 <!-- This just needs to be taller than a page -->
11 <div style="width: 30%; float: right; border: 5px solid purple; height: 3in">
12 </div>
13 </body>
14 </html>