summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/table-bordercolor-001-ref.html
blob: 1b128e617151ec2e33e7b504249b3e3a9ef705bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference case for table bordercolor attribute behaving like border-color property</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<style>
  table { margin: 5px }
</style>
<table>
  <td>I should not have a border.</td>
</table>
<table>
  <td>I should not have a border.</td>
</table>
<table>
  <td>I should not have a border.</td>
</table>
<table>
  <td>I should not have a border.</td>
</table>
<table style="border-color: lime; border-style: solid">
  <td>I should have a border.</td>
</table>
<table style="border-color: lime; border-style: solid">
  <td>I should have a border.</td>
</table>