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

Side by Side Diff: LayoutTests/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002.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 XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <!-- 2 <!--
3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights reserved. 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights reserved.
4 4
5 Redistribution and use in source and binary forms, with or without modification , 5 Redistribution and use in source and binary forms, with or without modification ,
6 are permitted provided that the following conditions are met: 6 are permitted provided that the following conditions are met:
7 7
8 Redistributions of source code must retain the above copyright notice, this lis t of 8 Redistributions of source code must retain the above copyright notice, this lis t of
9 conditions and the following disclaimer. 9 conditions and the following disclaimer.
10 10
(...skipping 16 matching lines...) Expand all
27 POSSIBILITY OF SUCH DAMAGE. 27 POSSIBILITY OF SUCH DAMAGE.
28 --> 28 -->
29 <html xmlns="http://www.w3.org/1999/xhtml"> 29 <html xmlns="http://www.w3.org/1999/xhtml">
30 <head> 30 <head>
31 <title>CSS Test: Different variations on the value of 'f'</title> 31 <title>CSS Test: Different variations on the value of 'f'</title>
32 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 32 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
33 <link rel="help" href="http://www.w3.org/TR/css3-background/#border-radi us" /> 33 <link rel="help" href="http://www.w3.org/TR/css3-background/#border-radi us" />
34 <meta name="flags" content="" /> 34 <meta name="flags" content="" />
35 <meta name="assert" content="When the value of 'f' is less than 1, then all corner radii are reduced by multiplying them with 'f'." /> 35 <meta name="assert" content="When the value of 'f' is less than 1, then all corner radii are reduced by multiplying them with 'f'." />
36 <style type="text/css"> 36 <style type="text/css">
37 body { overflow: hidden; }
37 div 38 div
38 { 39 {
39 border: 10px red solid; 40 border: 10px red solid;
40 width: 80px; 41 width: 80px;
41 height: 80px; 42 height: 80px;
42 } 43 }
43 #reference1 44 #reference1
44 { 45 {
45 border-radius: 50px 50px 30px 30px; 46 border-radius: 50px 50px 30px 30px;
46 } 47 }
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 </td> 101 </td>
101 <td> 102 <td>
102 <div id="reference3"></div> 103 <div id="reference3"></div>
103 <div id="test3"></div> 104 <div id="test3"></div>
104 </td> 105 </td>
105 </tr> 106 </tr>
106 </table> 107 </table>
107 <div id="reference4"></div> 108 <div id="reference4"></div>
108 <div id="test4"></div> 109 <div id="test4"></div>
109 </body> 110 </body>
110 </html> 111 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/writing-mode/text-orientation-basic.html ('k') | LayoutTests/tables/mozilla/bugs/bug131020.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698