<!DOCTYPE HTML>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>CSS Grid Test: Distribute space beyond growth limits</title>
  <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1151212">
  <style type="text/css">
body,html { color:black; background:white; font-family:monospace; font-size:16px; padding:0; margin:0; }

.grid {
 display: block;
 border: 1px solid;
 width: 500px;
}
.grid div.c1 {
 display: table-row;
}
.grid div {
 display: table-cell;
}

.c1 { }
x { display:block; width:396px; border:2px solid; }
.c2 { background: grey; }
.c3 { background: blue; }
.h10 { height:10px; }
  </style>
</head>
<body>

<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x>1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;</td>
</tr></table>
</div>
<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x>1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;</td>
</tr></table>
</div>
<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x>1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2 h10"></td>
  <td class="c3 h10"></td>
</tr></table>
</div>
<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x>1 2 3 4 5 6 7 8 9 0 1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;</td>
</tr></table>
</div>
<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x>1 2 3 4 5 6 7 8 9 0 1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;</td>
</tr></table>
</div>
<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x>1 2 3 4 5 6 7 8 9 0 1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2 h10"></td>
  <td class="c3 h10"></td>
</tr></table>
</div>
<div class="grid t1">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:-webkit-max-content;width:-moz-max-content;width:max-content">1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;</td>
</tr></table>
</div>
<div class="grid t2">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:auto">1 2 3 4 5&nbsp;</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr></table>
</div>
<div class="grid t2">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:auto">1 2 3 4 5&nbsp;</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr></table>
</div>
<div class="grid t2">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:auto">1 2 3 4 5</x></td>
</tr><tr>
  <td class="c2"></td>
  <td class="c3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr></table>
</div>
<div class="grid t2">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:auto">1 2 3 4 5</x></td>
</tr><tr>
  <td class="c3 h10" colspan="2"></td>
</tr></table>
</div>
<div class="grid t2">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:auto">1 2 3 4 5 6 7 8 9 0 1 2 3 4 5&nbsp;</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr></table>
</div>
<div class="grid t2">
<table border="0" cellpadding="0" cellspacing="0"><tr>
  <td colspan="2"><x style="width:auto">1 2 3 4 5&nbsp;</x></td>
</tr><tr>
  <td class="c2">&nbsp;</td>
  <td class="c3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr></table>
</div>

</body>
</html>