mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
13 lines
171 B
HTML
13 lines
171 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
|
|
<table border="1">
|
|
<tr>
|
|
<td>Foo</td>
|
|
</tr>
|
|
<thead style="display: block;"></thead>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|