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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects-expected.html

Issue 291853004: 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 <style> 1 <style>
2 div.columns { 2 div.columns {
3 display: inline-block; 3 display: inline-block;
4 height: 50px; 4 height: 50px;
5 width: 110px; 5 width: 110px;
6 margin: 10px 0; 6 margin: 10px 0;
7 padding: 10px; 7 padding: 10px;
8 border: solid black; 8 border: solid black;
9 font-family: ahem; 9 font-family: Ahem;
10 font-size: 25px; 10 font-size: 25px;
11 color: lightblue; 11 color: lightblue;
12 -webkit-columns: 2; 12 -webkit-columns: 2;
13 -webkit-column-gap: 10px; 13 -webkit-column-gap: 10px;
14 columns: 2; 14 columns: 2;
15 column-gap: 10px; 15 column-gap: 10px;
16 column-fill: auto; 16 column-fill: auto;
17 } 17 }
18 18
19 div.marker { 19 div.marker {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 placeMarkersForRange(range); 120 placeMarkersForRange(range);
121 121
122 var image = document.getElementById("t6"); 122 var image = document.getElementById("t6");
123 range.selectNode(image); 123 range.selectNode(image);
124 placeMarkersForRange(range); 124 placeMarkersForRange(range);
125 125
126 var div = document.getElementById("t7"); 126 var div = document.getElementById("t7");
127 range.selectNode(div); 127 range.selectNode(div);
128 placeMarkersForRange(div); 128 placeMarkersForRange(div);
129 </script> 129 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698