| <style> | |
| form { | |
| margin-top: -20px; | |
| } | |
| div { | |
| height: 99%; | |
| float: right; | |
| } | |
| </style> | |
| PASS if no crash or assert. | |
| <table> | |
| <tr> | |
| <td style="height: 100px"><div></div><form></td> | |
| <td><video controls="controls"></td> | |
| </tr> | |
| <tr></tr> | |
| </table> | |
| <script> | |
| window.testRunner?.dumpAsText(); | |
| </script> |