mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
8 lines
201 B
HTML
8 lines
201 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('b').setAttribute('colspan', '2');">
|
|
<table rules="all"><tr><td rowspan="3"></td><td id="b" rowspan="2"></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|