Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / pagination / contain-size-break-003.html
blob08555cf878749f42d7561caa33d58e305b89ce49
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <head>
4 <meta charset="utf-8">
5 <title>CSS Test: 'contain: size' should not affect breaking in tables or table elements.</title>
6 <style>
7 .contain {
8 contain:size;
10 </style>
11 </head>
12 <body>
13 <table class="contain">
14 <tr>
15 <td style="height:4in; width: 50px; background:orange;">
16 </td>
17 </tr>
18 </table>
19 </body>
20 </html>