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

Side by Side Diff: LayoutTests/css2.1/20110323/replaced-intrinsic-ratio-001.htm

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: Auto Width for Replaced Element with Intrinsic Ratio Only</ti tle> 4 <title>CSS Test: Auto Width for Replaced Element with Intrinsic Ratio Only</ti tle>
5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne t/contact"> 5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne t/contact">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced -width"> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced -width">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced -height"> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced -height">
8 <link rel="help" href="http://www.w3.org/TR/SVGTiny12/coords.html#IntrinsicSiz ing"> 8 <link rel="help" href="http://www.w3.org/TR/SVGTiny12/coords.html#IntrinsicSiz ing">
9 <meta name="flags" content="may svg"> 9 <meta name="flags" content="may svg">
10 <style type="text/css"> 10 <style type="text/css">
11 body { width: 15em; border: 1px silver dashed; } 11 body { width: 15em; border: 1px silver dashed; overflow: hidden}
12 table, td { border-spacing: 0; border-collapse: collapse; padding: 0; } 12 table, td { border-spacing: 0; border-collapse: collapse; padding: 0; }
13 p, table { margin: 6em 0; height: 1em; line-height: 1em;} 13 p, table { margin: 6em 0; height: 1em; line-height: 1em;}
14 14
15 /* basic tests for inline and block */ 15 /* basic tests for inline and block */
16 #img1 { margin-top: -1em; } 16 #img1 { margin-top: -1em; }
17 #img2 { display: block; } 17 #img2 { display: block; }
18 18
19 /* shrinkwrapped */ 19 /* shrinkwrapped */
20 #p3 { width: 100%; float: left; margin: 0; } 20 #p3 { width: 100%; float: left; margin: 0; }
21 #t4 { width: 15em; display: table-cell; } 21 #t4 { width: 15em; display: table-cell; }
(...skipping 12 matching lines...) Expand all
34 <p class="control">&nbsp;</p> 34 <p class="control">&nbsp;</p>
35 <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35 <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
36 <!-- sizing is against containing block, not available space --> 36 <!-- sizing is against containing block, not available space -->
37 <object id="img1" type="image/svg+xml" data="resources/intrinsic-ratio.svg"> This test won't work because you do not have images enabled.</object></p> 37 <object id="img1" type="image/svg+xml" data="resources/intrinsic-ratio.svg"> This test won't work because you do not have images enabled.</object></p>
38 <p><object id="img2" type="image/svg+xml" data="resources/intrinsic-ratio.svg" >This test won't work because you do not have images enabled.</object></p> 38 <p><object id="img2" type="image/svg+xml" data="resources/intrinsic-ratio.svg" >This test won't work because you do not have images enabled.</object></p>
39 <p id="t4"><object id="img4" type="image/svg+xml" data="resources/intrinsic-ra tio.svg">This test won't work because you do not have images enabled.</object></ p> 39 <p id="t4"><object id="img4" type="image/svg+xml" data="resources/intrinsic-ra tio.svg">This test won't work because you do not have images enabled.</object></ p>
40 <table id="t5"><tr><td><object id="img5" type="image/svg+xml" data="resources/ intrinsic-ratio.svg">This test won't work because you do not have images enabled .</object></td></tr></table> 40 <table id="t5"><tr><td><object id="img5" type="image/svg+xml" data="resources/ intrinsic-ratio.svg">This test won't work because you do not have images enabled .</object></td></tr></table>
41 <p id="p3"><object id="img3" type="image/svg+xml" data="resources/intrinsic-ra tio.svg">This test won't work because you do not have images enabled.</object></ p> 41 <p id="p3"><object id="img3" type="image/svg+xml" data="resources/intrinsic-ra tio.svg">This test won't work because you do not have images enabled.</object></ p>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm ('k') | LayoutTests/css2.1/t0905-c5525-fltclr-00-c-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698