Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / pagination / abspos-breaking-006.html
blob5dce30e8bcaeceb2a43de2ff5c8202a9ab51d824
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <head>
4 <title>AbsPos Pagination, with clip:rect()</title>
5 <style type="text/css">
6 html, body, pre { margin: 0; padding: 0; }
7 pre {
8 position: absolute;
9 top: 50%;
10 border: 10px solid blue;
11 width: 50px;
12 height: 300px;
13 clip:rect(5px, auto, 50px, 5px);
15 </style>
16 </head>
17 <body>
18 <pre></pre>
19 </body>
20 </html>