layout/reftests/bugs/521542-1.xhtml

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:7fe55e2ec9c2
1 <html xmlns="http://www.w3.org/1999/xhtml">
2
3 <head></head>
4
5 <body onload="document.getElementById('table').firstChild.data = ' BeginningOfTable ';">
6
7 <table id="table">
8
9 <tbody>
10 <tr>
11 <td>Cell</td>
12 </tr>
13 </tbody>
14 <span></span>
15 </table>
16
17 </body>
18 </html>

mercurial