summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/579655-1.html
blob: 48803307da0137f0971216fcedd158c65c695beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<body>
 <table>
   <td>
     <p>Hello</p>
      <body style="white-space:pre">
      </body>
   </td>
   <td>
     <body contenteditable="true"> 
     </body>
   </td> 
 </table> 
</body>
</html>