1<html>
2<head>
3  <title>[ 695408 ] Empty spans getting dropped, even if they have attrs</title>
4</head>
5<body>
6  <table>
7    <tr>
8      <td><span datafld=A></span></td>
9      <td><span datafld=B></span></td>
10      <td><span datafld=C></span></td>
11    </tr>
12  </table>
13</body>
14</html>
15