<html>
<body>

<div style="display: -moz-inline-box; background: yellow;">
  <table style="height: 101%; background: lightgreen;">
    <tr>
      <td></td>
    </tr>
  </table>
  <div>
    c
    <div style="height: 100%; background: lightblue;">
    </div>
  </div>
</div>

</body>
</html>