Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: LayoutTests/fast/table/caption-position-expected.html

Issue 804383002: Layout captions in simplifiedNormalFlowLayout for tables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698