summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/521542-1.xhtml
blob: 79b0b4cd49ec96e509e3ae7315f2a01f19f1d472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html xmlns="http://www.w3.org/1999/xhtml">

<head></head>

<body onload="document.getElementById('table').firstChild.data = ' BeginningOfTable ';">

<table id="table">

  <tbody>
    <tr>
      <td>Cell</td>
    </tr>
  </tbody>
  <span></span>
</table>

</body>
</html>