mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
7 lines
193 B
HTML
7 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('x').setAttribute('rowspan', '3');">
|
|
<table style="border-collapse: collapse;"><td colspan="3" id="x"></td></table>
|
|
</body>
|
|
</html>
|