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

Side by Side Diff: LayoutTests/ietestcenter/css3/valuesandunits/units-010-expected.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 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head> 3 <head>
4 <title>CSS Test: Basic calc() function tests - Reference</title> 4 <title>CSS Test: Basic calc() function tests - Reference</title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" /> 5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://dev.w3.org/csswg/css3-values/#ltlengthgt"/ > 6 <link rel="help" href="http://dev.w3.org/csswg/css3-values/#ltlengthgt"/ >
7 <style type="text/css"> 7 <style type="text/css">
8 div 8 div
9 { 9 {
10 background: green; 10 background: green;
11 font: 20px ahem; 11 font: 20px Ahem;
12 width: 6em; 12 width: 6em;
13 height: 4em; 13 height: 4em;
14 } 14 }
15 </style> 15 </style>
16 </head> 16 </head>
17 <body> 17 <body>
18 <p>Test passes if there is no red visible on the page.</p> 18 <p>Test passes if there is no red visible on the page.</p>
19 <div> 19 <div>
20 </div> 20 </div>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/css3/valuesandunits/units-010.htm ('k') | LayoutTests/svg/text/text-outline-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698