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

Side by Side Diff: LayoutTests/fast/replaced/available-height-for-content.html

Issue 407753002: Calculate the correct available height for content (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 5 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/replaced/available-height-for-content-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <style>
4 div { width: 200px; min-height: 1px; height: 20px; border: 1px solid gre en; padding: 50px;}
5 img { margin:0; padding:0; border:0; width:100%; height: 100%; backgroun d: silver}
6 </style>
7 <p>Ensure we calculate the available height for replaced content correctly.</p>
8 <div>
9 <img src="" data-expected-height=20>
10 </div>
11 <script>
12 checkLayout('img');
13 </script>
14
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/replaced/available-height-for-content-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698