summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1422393.html
blob: c9c7308282e0c579d0f9c3d38ba074065e312557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Table border-collapse borders are too opaque and overlap in the corners</title>

<style>

table {
  margin: 50px;
  border-collapse: collapse;
  border-spacing: 0px;
}

td {
  border: 10px solid rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
}

</style>

<table><tr><td></td></tr></table>