Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css1 / box_properties / border_top_inline.html
blobde133c10dfd674150c673c0302e483fd242ed560
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <HTML>
3 <HEAD>
4 <TITLE>CSS1 Test Suite: 5.5.18 border-top</TITLE>
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <META http-equiv="Content-Style-Type" content="text/css">
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
9 <STYLE type="text/css">
10 .one {border-top: purple double 10px;}
11 .two {border-top: purple thin solid;}
12 </STYLE>
14 </HEAD>
16 <BODY><P>The style declarations which apply to the text below are:</P>
17 <PRE>.one {border-top: purple double 10px;}
18 .two {border-top: purple thin solid;}
20 </PRE>
21 <HR>
22 <P style="background-color: silver;">
23 This is an unstyled element, save for the background color, and containing inline elements with classes of <SPAN class="one">class one</SPAN>, which should have a 10-pixel purple double top border; and <SPAN class="two">class two</SPAN>, which should have a thin solid purple top border. The line-height of the parent element should not change on any line.
24 </P>
27 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
28 <TR>
29 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
30 </TR>
31 <TR>
32 <TD bgcolor="silver">&nbsp;</TD>
33 <TD><P style="background-color: silver;">
34 This is an unstyled element, save for the background color, and containing inline elements with classes of <SPAN class="one">class one</SPAN>, which should have a 10-pixel purple double top border; and <SPAN class="two">class two</SPAN>, which should have a thin solid purple top border. The line-height of the parent element should not change on any line.
35 </P>
36 </TD></TR></TABLE></BODY>
37 </HTML>