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

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

Issue 807013004: Merge 187509 "Layout captions in simplifiedNormalFlowLayout for ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2214/
Patch Set: Created 5 years, 11 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/caption-position-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 Test passes if above is on top. 2 Test passes if above is on top.
3 <table cellspacing="0" cellpadding="0"> 3 <table cellspacing="0" cellpadding="0">
4 <caption> 4 <caption>
5 <div style="position:relative; height:2em;"> 5 <div style="position:relative; height:2em;">
6 <div id="elm" style="position:absolute; left:0;">above</div> 6 <div id="elm" style="position:absolute; left:0;">above</div>
7 </div> 7 </div>
8 </caption> 8 </caption>
9 <tr> 9 <tr>
10 <td>below</td> 10 <td>below</td>
11 </tr> 11 </tr>
12 </table> 12 </table>
13 13
14 <script> 14 <script>
15 onload = function() { 15 onload = function() {
16 document.body.offsetTop; 16 document.body.offsetTop;
17 document.getElementById('elm').style.left = '1px'; 17 document.getElementById('elm').style.left = '1px';
18 } 18 }
19 </script> 19 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/caption-position-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698