Chromium Code Reviews| 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..b1ea36a0f59eb906e9853589b9ca01c82e15ec88 |
| --- /dev/null |
| +++ b/LayoutTests/fast/table/caption-position-expected.html |
| @@ -0,0 +1,11 @@ |
| +Test passes is above is on top. |
|
mstensho (USE GERRIT)
2014/12/17 20:36:01
Should have <!DOCTYPE html>
dsinclair
2014/12/17 20:44:08
Doh, trimmed too much. Done.
|
| +<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> |