| Index: LayoutTests/fast/table/caption-position-expected.html
 | 
| diff --git a/LayoutTests/fast/table/caption-position-expected.html b/LayoutTests/fast/table/caption-position-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..b163545433f01db42071742d48da10d62338ad76
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/table/caption-position-expected.html
 | 
| @@ -0,0 +1,12 @@
 | 
| +<!DOCTYPE html>
 | 
| +Test passes if above is on top.
 | 
| +<table cellspacing="0" cellpadding="0">
 | 
| +  <caption>
 | 
| +    <div style="position:relative; height:2em;">
 | 
| +      <div id="elm" style="position:absolute; left:1px;">above</div>
 | 
| +    </div>
 | 
| +  </caption>
 | 
| +  <tr>
 | 
| +    <td>below</td>
 | 
| +  </tr>
 | 
| +</table>
 | 
| 
 |