Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 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.
| |
| 2 <table cellspacing="0" cellpadding="0"> | |
| 3 <caption> | |
| 4 <div style="position:relative; height:2em;"> | |
| 5 <div id="elm" style="position:absolute; left:1px;">above</div> | |
| 6 </div> | |
| 7 </caption> | |
| 8 <tr> | |
| 9 <td>below</td> | |
| 10 </tr> | |
| 11 </table> | |
| OLD | NEW |