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

Side by Side Diff: LayoutTests/ietestcenter/css3/multicolumn/column-containing-block-003.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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 -webkit-column-width: 5em; 52 -webkit-column-width: 5em;
53 -webkit-column-gap: 1em; 53 -webkit-column-gap: 1em;
54 54
55 column-count: 2; 55 column-count: 2;
56 column-width: 5em; 56 column-width: 5em;
57 column-gap: 1em; 57 column-gap: 1em;
58 } 58 }
59 div 59 div
60 { 60 {
61 color: green; 61 color: green;
62 font: 20px/1 ahem; 62 font: 20px/1 Ahem;
63 height: 6em; 63 height: 6em;
64 width: 11em; 64 width: 11em;
65 } 65 }
66 #reference 66 #reference
67 { 67 {
68 background: red; 68 background: red;
69 color: red; 69 color: red;
70 position: absolute; 70 position: absolute;
71 z-index: -1; 71 z-index: -1;
72 } 72 }
(...skipping 22 matching lines...) Expand all
95 <div id="reference"> 95 <div id="reference">
96 XXXXX<span>X</span>XXXXX XXXXX<span>X</span>XXXXX XXXXX<span>X</ span>XXXXX XXXX<span>XX</span>X<span>X</span>XXX XXXXX<span>X</span>XXXXX XXXXX< span>X</span>XXXXX 96 XXXXX<span>X</span>XXXXX XXXXX<span>X</span>XXXXX XXXXX<span>X</ span>XXXXX XXXX<span>XX</span>X<span>X</span>XXX XXXXX<span>X</span>XXXXX XXXXX< span>X</span>XXXXX
97 </div> 97 </div>
98 <div id="test"> 98 <div id="test">
99 XXXXX XXXXX XXXXX XXX<span id="span1">X XX</span> XXX XXXXX 99 XXXXX XXXXX XXXXX XXX<span id="span1">X XX</span> XXX XXXXX
100 100
101 XXXXX XXXXX XXXXX XXX<span id="span2">X XX</span> XXX XXXXX 101 XXXXX XXXXX XXXXX XXX<span id="span2">X XX</span> XXX XXXXX
102 </div> 102 </div>
103 </div> 103 </div>
104 </body> 104 </body>
105 </html> 105 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698