Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / pagination / table-cell-breaking-3a-ref.html
blob321db3e2146dcad98c66152227967ce5a65db777
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <meta charset="utf-8">
4 <title>CSS Fragmentation Test Reference: breaking of a table-cell</title>
5 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
6 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
8 <style>
9 @page { size:5in 3in; margin:0.5in; }
11 html, body {
12 font-size: 12pt; margin: 0;
15 .td {
16 width: 1in;
17 background: green;
18 padding: 0.25in;
19 border: 0.25in solid gray;
20 padding-bottom: 0;
21 border-bottom: 0;
23 </style>
25 <!-- table-cell-breaking-3a.html currently matches this reference file, but
26 ideally it should match table-cell-breaking-3-ref.html -->
27 <div class="td">
28 <div style="height: 1.5in; background: yellow;"></div>
29 </div>
30 </html>