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

Side by Side Diff: LayoutTests/fast/css/negative-text-indent-in-inline-block.html

Issue 323293002: Fix fast/css tests for Win7/DirectWrite by explicitly setting height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-expected.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .inlineBlock { 4 .inlineBlock {
5 display: inline-block; 5 display: inline-block;
6 border: solid black 1px; 6 border: solid black 1px;
7 text-indent: -30px; 7 text-indent: -30px;
8 } 8 }
9 9
10 #float { 10 #float {
11 float: left; 11 float: left;
12 margin-left: -20px; 12 margin-left: -20px;
13 visibility: hidden; 13 visibility: hidden;
14 height: 10px;
14 } 15 }
15 16
16 #floatRTL { 17 #floatRTL {
17 float: right; 18 float: right;
18 margin-right: -20px; 19 margin-right: -20px;
19 visibility: hidden; 20 visibility: hidden;
21 height: 10px;
20 } 22 }
21 23
22 #ltr > div { 24 #ltr > div {
23 padding-left: 30px; 25 padding-left: 30px;
24 } 26 }
25 27
26 #rtl { 28 #rtl {
27 direction: rtl; 29 direction: rtl;
28 } 30 }
29 31
(...skipping 10 matching lines...) Expand all
40 </div> 42 </div>
41 <div class="inlineBlock"><input type="checkbox" id="float" /> 43 <div class="inlineBlock"><input type="checkbox" id="float" />
42 This here</div> 44 This here</div>
43 </div> 45 </div>
44 <div id="rtl"> 46 <div id="rtl">
45 <div class="inlineBlock"><span>This here</span> 47 <div class="inlineBlock"><span>This here</span>
46 </div> 48 </div>
47 <div class="inlineBlock"><input type="checkbox" id="floatRTL" /> 49 <div class="inlineBlock"><input type="checkbox" id="floatRTL" />
48 This here</div> 50 This here</div>
49 </div> 51 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698