summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/399209-2-ref.html
blob: e081b0cda053d1998073844b282d076385d52ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style>
  table { background: white; }
  td { color: black; }
</style>
</head>
<body>
<table>
  <td>One</td>
  <td>Two</td>
  <td>Three</td>
</body>
</html>