mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
19 lines
272 B
HTML
19 lines
272 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head></head>
|
|
|
|
<body onload="document.getElementById('table').firstChild.data = ' BeginningOfTable ';">
|
|
|
|
<table id="table">
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td>Cell</td>
|
|
</tr>
|
|
</tbody>
|
|
<span></span>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|