no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / table-bordercollapse / bug1375518-2.html
blob6e5af3c361243572bed744786e2e01152f627a32
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Table border collapse</title>
5 <style>
6 div > span {
7 display: table-cell;
8 background-color: black;
9 height: 100px;
10 width: 100px;
11 border-radius: 50px;
13 div {
14 display: table;
15 border-collapse: collapse;
17 </style>
18 </head>
19 <body>
20 <div><span></span></div>
21 </body>
22 </html>