mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
236 B
HTML
15 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>table-repaint-d-ref</title>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td>aaa</td><td>bbb</td>
|
|
</tr>
|
|
<tr>
|
|
<td>longer text: above this, first cell should say 'aaa' while second says 'bbb'.</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|