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/border_style_inline.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: 5.5.17 border-style</TITLE> 4 <TITLE>CSS1 Test Suite: 5.5.17 border-style</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 {border-style: dashed; border-color: black; border-width: thick;} 11 .one {border-style: dashed; border-color: black; border-width: thick;}
11 .two {border-style: groove; border-color: red; border-width: thick;} 12 .two {border-style: groove; border-color: red; border-width: thick;}
12 .three {border-style: none; border-color: purple; border-width: thick;}</STYLE> 13 .three {border-style: none; border-color: purple; border-width: thick;}</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 {border-style: dashed; border-color: black; border-width: thick;} 18 <PRE>.one {border-style: dashed; border-color: black; border-width: thick;}
18 .two {border-style: groove; border-color: red; border-width: thick;} 19 .two {border-style: groove; border-color: red; border-width: thick;}
19 .three {border-style: none; border-color: purple; border-width: thick;} 20 .three {border-style: none; border-color: purple; border-width: thick;}
20 </PRE> 21 </PRE>
21 <HR> 22 <HR>
22 <P style="background-color: silver;"> 23 <P style="background-color: silver;">
23 This is an unstyled element, save for the background color, and it contains inli ne elements with classes of <SPAN class="one">class one</SPAN>, which will resul t in a dashed thick black border; <SPAN class="two">class two</SPAN>, which shou ld result in a grooved thick purple border, and <SPAN class="three">class three< /SPAN>, which should result in no border at all. The line-height of the parent element should not change, on any line. 24 This is an unstyled element, save for the background color, and it contains inli ne elements with classes of <SPAN class="one">class one</SPAN>, which will resul t in a dashed thick black border; <SPAN class="two">class two</SPAN>, which shou ld result in a grooved thick purple border, and <SPAN class="three">class three< /SPAN>, which should result in no border at all. The line-height of the parent element should not change, on any line.
24 </P> 25 </P>
25 26
26 27
27 <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> 28 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
28 <TR> 29 <TR>
29 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> 30 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
30 </TR> 31 </TR>
31 <TR> 32 <TR>
32 <TD bgcolor="silver">&nbsp;</TD> 33 <TD bgcolor="silver">&nbsp;</TD>
33 <TD><P style="background-color: silver;"> 34 <TD><P style="background-color: silver;">
34 This is an unstyled element, save for the background color, and it contains inli ne elements with classes of <SPAN class="one">class one</SPAN>, which will resul t in a dashed thick black border; <SPAN class="two">class two</SPAN>, which shou ld result in a grooved thick purple border, and <SPAN class="three">class three< /SPAN>, which should result in no border at all. The line-height of the parent element should not change, on any line. 35 This is an unstyled element, save for the background color, and it contains inli ne elements with classes of <SPAN class="one">class one</SPAN>, which will resul t in a dashed thick black border; <SPAN class="two">class two</SPAN>, which shou ld result in a grooved thick purple border, and <SPAN class="three">class three< /SPAN>, which should result in no border at all. The line-height of the parent element should not change, on any line.
35 </P> 36 </P>
36 </TD></TR></TABLE></BODY> 37 </TD></TR></TABLE></BODY>
37 </HTML> 38 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698