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

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

Issue 291823004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 24 matching lines...) Expand all
35 <title>CSS Test: All unit and function values</title> 35 <title>CSS Test: All unit and function values</title>
36 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 36 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
37 <link rel="help" href="http://www.w3.org/TR/CSS21/" /> 37 <link rel="help" href="http://www.w3.org/TR/CSS21/" />
38 <meta name="flags" content="" /> 38 <meta name="flags" content="" />
39 <meta name="assert" content="Verifying that all unit values and function s are supported." /> 39 <meta name="assert" content="Verifying that all unit values and function s are supported." />
40 <style type="text/css"> 40 <style type="text/css">
41 html { font-size: 20px; } 41 html { font-size: 20px; }
42 body { font-size: 16px; } 42 body { font-size: 16px; }
43 body div 43 body div
44 { 44 {
45 font: 20px/1em ahem; 45 font: 20px/1em Ahem;
46 color: green; 46 color: green;
47 height: 20px; 47 height: 20px;
48 } 48 }
49 #parent 49 #parent
50 { 50 {
51 height: 340px; 51 height: 340px;
52 } 52 }
53 #parent 53 #parent
54 { 54 {
55 background: red; 55 background: red;
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 <div id="div11"></div> 179 <div id="div11"></div>
180 <div id="div12"></div> 180 <div id="div12"></div>
181 <div id="div13"></div> 181 <div id="div13"></div>
182 <div id="div14"></div> 182 <div id="div14"></div>
183 <div id="div15"></div> 183 <div id="div15"></div>
184 <div id="div16"><div></div></div> 184 <div id="div16"><div></div></div>
185 <div align="div17a" id="div17"></div> 185 <div align="div17a" id="div17"></div>
186 </div> 186 </div>
187 </body> 187 </body>
188 </html> 188 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698