chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug29326.html

<html>

<body>
<table width=400  border="1" align="center">
  <tr> 
    <td width=300> 
             <form>
              <select>
              <option>Test</option>
              </select>
             </form>
    </td>
  </tr>
</table>
</body>

</html>