mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
258 B
HTML
19 lines
258 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<!-- script isn't actually required for the crash of bug 151956 -->
|
||
|
<table border>
|
||
|
<tbody>
|
||
|
<form>
|
||
|
<script>
|
||
|
var foo = 42;
|
||
|
</script>
|
||
|
</form>
|
||
|
<tr>
|
||
|
<td> X </td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|
||
|
|