no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1422393.html
blobc9c7308282e0c579d0f9c3d38ba074065e312557
1 <!DOCTYPE html>
2 <html lang="en">
3 <meta charset="utf-8">
4 <title>Table border-collapse borders are too opaque and overlap in the corners</title>
6 <style>
8 table {
9 margin: 50px;
10 border-collapse: collapse;
11 border-spacing: 0px;
14 td {
15 border: 10px solid rgba(0, 0, 0, 0.2);
16 width: 50px;
17 height: 50px;
20 </style>
22 <table><tr><td></td></tr></table>