mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
18 lines
258 B
HTML
18 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>
|
|
|