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