mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
318 B
HTML
10 lines
318 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>rowspan transition</title>
|
|
</head>
|
|
<body onload="document.getElementById('target').setAttribute('rowspan',2);">
|
|
<table><thead ><tr><td>td</td><td id="target" rowspan="0">x</td></tr><tr ><td rowspan="2">x</td></tr></thead></table>
|
|
</body>
|
|
|
|
</html>
|