Bug 1874684 - Part 17: Fix uninitialised variable warnings from clang-tidy. r=allstarschh
[gecko.git] / layout / reftests / table-bordercollapse / border-style-inset-becomes-ridge.html
blobb011bd22f79dff1af6a85dd3877aac3a049557bf
1 <!DOCTYPE html>
2 <style>
3 /* In border-collapse mode, inset becomes ridge. */
4 table { border-collapse: collapse; border-spacing: 0 }
5 table, td { border-style: inset; }
6 td { border-width: 20px; width: 100px; height: 100px}
7 </style>
8 <table>
9 <tr>
10 <td></td>
11 </tr>
12 </table>