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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/units/length_units.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 4 years 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd">
2 <HTML> 2 <HTML>
3 <HEAD> 3 <HEAD>
4 <TITLE>CSS1 Test Suite: 6.1 Length Units</TITLE> 4 <TITLE>CSS1 Test Suite: 6.1 Length Units</TITLE>
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <META http-equiv="Content-Style-Type" content="text/css"> 6 <META http-equiv="Content-Style-Type" content="text/css">
7 7
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s"> 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s">
9 <SCRIPT src="../resources/base.js"></SCRIPT>
9 <STYLE type="text/css"> 10 <STYLE type="text/css">
10 .zero {margin-left: 0;} 11 .zero {margin-left: 0;}
11 .one {margin-left: 3em;} 12 .one {margin-left: 3em;}
12 .two {margin-left: 3ex;} 13 .two {margin-left: 3ex;}
13 .three {margin-left: 36px;} 14 .three {margin-left: 36px;}
14 .four {margin-left: 0.5in;} 15 .four {margin-left: 0.5in;}
15 .five {margin-left: 1.27cm;} 16 .five {margin-left: 1.27cm;}
16 .six {margin-left: 12.7mm;} 17 .six {margin-left: 12.7mm;}
17 .seven {margin-left: 36pt;} 18 .seven {margin-left: 36pt;}
18 .eight {margin-left: 3pc;} 19 .eight {margin-left: 3pc;}
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 <P class="eight"> 103 <P class="eight">
103 This paragraph should have a left margin of 3 picas. 104 This paragraph should have a left margin of 3 picas.
104 </P> 105 </P>
105 <P class="nine"> 106 <P class="nine">
106 This paragraph should have a left margin of 3 picas (the plus sign should make n o difference). 107 This paragraph should have a left margin of 3 picas (the plus sign should make n o difference).
107 </P> 108 </P>
108 <P class="ten"> 109 <P class="ten">
109 This element has a <CODE>font-size</CODE> of <CODE>40px</CODE> and a <CODE>borde r-left</CODE> of <CODE>1ex solid purple</CODE>. This should make the left borde r the same number of pixels as the lower-case 'x' in this element's font, as wel l as solid purple. 110 This element has a <CODE>font-size</CODE> of <CODE>40px</CODE> and a <CODE>borde r-left</CODE> of <CODE>1ex solid purple</CODE>. This should make the left borde r the same number of pixels as the lower-case 'x' in this element's font, as wel l as solid purple.
110 </P></TD></TR></TABLE></BODY> 111 </P></TD></TR></TABLE></BODY>
111 </HTML> 112 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698