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

Side by Side Diff: LayoutTests/ietestcenter/css3/valuesandunits/units-000.htm

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 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 /xhtml1/DTD/xhtml1-strict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/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 15 matching lines...) Expand all
26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27 POSSIBILITY OF SUCH DAMAGE. 27 POSSIBILITY OF SUCH DAMAGE.
28 --> 28 -->
29 29
30 <!-- This test case has been modified to use 20px instead of 16px font-size to w ork 30 <!-- This test case has been modified to use 20px instead of 16px font-size to w ork
31 around font rendering issues for the Ahem font in Blink. --> 31 around font rendering issues for the Ahem font in Blink. -->
32 32
33 <html xmlns="http://www.w3.org/1999/xhtml"> 33 <html xmlns="http://www.w3.org/1999/xhtml">
34 <head> 34 <head>
35 <title>CSS Test: All unit and function values</title> 35 <title>CSS Test: All unit and function values</title>
36 <script src="../../../resources/ahem.js"></script>
36 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 37 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
37 <link rel="help" href="http://www.w3.org/TR/CSS21/" /> 38 <link rel="help" href="http://www.w3.org/TR/CSS21/" />
38 <meta name="flags" content="" /> 39 <meta name="flags" content="" />
39 <meta name="assert" content="Verifying that all unit values and function s are supported." /> 40 <meta name="assert" content="Verifying that all unit values and function s are supported." />
40 <style type="text/css"> 41 <style type="text/css">
41 html { font-size: 20px; } 42 html { font-size: 20px; }
42 body { font-size: 16px; } 43 body { font-size: 16px; }
43 body div 44 body div
44 { 45 {
45 font: 20px/1em Ahem; 46 font: 20px/1em Ahem;
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 <div id="div11"></div> 180 <div id="div11"></div>
180 <div id="div12"></div> 181 <div id="div12"></div>
181 <div id="div13"></div> 182 <div id="div13"></div>
182 <div id="div14"></div> 183 <div id="div14"></div>
183 <div id="div15"></div> 184 <div id="div15"></div>
184 <div id="div16"><div></div></div> 185 <div id="div16"><div></div></div>
185 <div align="div17a" id="div17"></div> 186 <div align="div17a" id="div17"></div>
186 </div> 187 </div>
187 </body> 188 </body>
188 </html> 189 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/css3/text/textshadow-008.htm ('k') | LayoutTests/printing/ellipsis-printing-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698