mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-10 17:28:49 +00: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>
|
|
|