https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a8beaa69d854aed56f3289ae9514a12523d1b5a9 authored by Mike Hommey on 17 March 2013, 07:03:05 UTC
Bug 849497 - Enable getUserMedia in xulrunner. r=bsmedberg, a=lsblakk
Tip revision: a8beaa6
basic-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
  table { border-spacing:0 }
  td { vertical-align: baseline; padding:0; }
  </style>
</head>
<body>
  <table border="0" width="100%">
    <tr>
      <td width="50%">Hello</td>
      <td width="50%">Kitty</td>
    </tr>
  </table>
</body>
</html>
back to top