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

Side by Side Diff: LayoutTests/ietestcenter/css3/multicolumn/column-containing-block-002.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 -webkit-column-gap: 1em; 58 -webkit-column-gap: 1em;
59 59
60 column-count: 2; 60 column-count: 2;
61 column-width: 5em; 61 column-width: 5em;
62 column-gap: 1em; 62 column-gap: 1em;
63 } 63 }
64 div 64 div
65 { 65 {
66 background: green; 66 background: green;
67 color: green; 67 color: green;
68 font: 20px/1 ahem; 68 font: 20px/1 Ahem;
69 height: 6em; 69 height: 6em;
70 position: relative; 70 position: relative;
71 width: 11em; 71 width: 11em;
72 } 72 }
73 span 73 span
74 { 74 {
75 color: red; 75 color: red;
76 } 76 }
77 #span2 77 #span2
78 { 78 {
79 color: green; 79 color: green;
80 position: fixed; 80 position: fixed;
81 left: 8em; 81 left: 8em;
82 width: 2em; 82 width: 2em;
83 } 83 }
84 </style> 84 </style>
85 </head> 85 </head>
86 <body> 86 <body>
87 <p>Test passes if there is no red visible on the page.</p> 87 <p>Test passes if there is no red visible on the page.</p>
88 <div> 88 <div>
89 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XX<span>XX</sp an><span id="span2">XX XX</span>X XX<span>XX</span>X XXXXX 89 XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XX<span>XX</sp an><span id="span2">XX XX</span>X XX<span>XX</span>X XXXXX
90 </div> 90 </div>
91 </body> 91 </body>
92 </html> 92 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698