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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/box_properties/padding_left_inline.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 3 years, 12 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
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: 5.5.09 padding-left</TITLE> 4 <TITLE>CSS1 Test Suite: 5.5.09 padding-left</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 .one {padding-left: 25px; background-color: aqua;} 11 .one {padding-left: 25px; background-color: aqua;}
11 .two {padding-left: -10px; background-color: aqua;} 12 .two {padding-left: -10px; background-color: aqua;}
12 </STYLE> 13 </STYLE>
13 14
14 </HEAD> 15 </HEAD>
15 16
16 <BODY><P>The style declarations which apply to the text below are:</P> 17 <BODY><P>The style declarations which apply to the text below are:</P>
17 <PRE>.one {padding-left: 25px; background-color: aqua;} 18 <PRE>.one {padding-left: 25px; background-color: aqua;}
18 .two {padding-left: -10px; background-color: aqua;} 19 .two {padding-left: -10px; background-color: aqua;}
(...skipping 15 matching lines...) Expand all
34 <TR> 35 <TR>
35 <TD bgcolor="silver">&nbsp;</TD> 36 <TD bgcolor="silver">&nbsp;</TD>
36 <TD><P style="background-color: gray;"> 37 <TD><P style="background-color: gray;">
37 This element is unstyled save for a background color of gray. However, it conta ins an <SPAN class="one">inline element of class <TT>one</TT></SPAN> which shoul d result in 25-pixel left padding (which should also be a light blue) only in th e <STRONG>first</STRONG> line in which the inline box appears. 38 This element is unstyled save for a background color of gray. However, it conta ins an <SPAN class="one">inline element of class <TT>one</TT></SPAN> which shoul d result in 25-pixel left padding (which should also be a light blue) only in th e <STRONG>first</STRONG> line in which the inline box appears.
38 </P> 39 </P>
39 <P style="background-color: gray;"> 40 <P style="background-color: gray;">
40 This element is unstyled save for a background color of gray. However, it conta ins an <SPAN class="two">inline element of class <TT>two</TT></SPAN> which shoul d result in -10px left padding (which should also be a light blue) only in the < STRONG>first</STRONG> line in which the inline box appears. 41 This element is unstyled save for a background color of gray. However, it conta ins an <SPAN class="two">inline element of class <TT>two</TT></SPAN> which shoul d result in -10px left padding (which should also be a light blue) only in the < STRONG>first</STRONG> line in which the inline box appears.
41 </P> 42 </P>
42 </TD></TR></TABLE></BODY> 43 </TD></TR></TABLE></BODY>
43 </HTML> 44 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698