https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ae45b008041d0e05081c1cac71910b0109720215 authored by Petru-Mugurel Lingurar on 08 May 2020, 15:52:13 UTC
Bug 1633568 - Document the installation ping. r=frank, a=RyanVM
Tip revision: ae45b00
403519-2-ref.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<style>
td {
  border: 1px solid black;
  background-color: lime;
}
table {
  border: 1px solid black;
  background-color: red;
  width: 200px;
  border-spacing: 0;
}
</style>
</head>
<body>
<table>
  <tbody><tr>
    <td colspan="2"><div>&nbsp;</div></td>
    <td>b</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</tbody></table>
</body></html>
back to top