Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css1 / box_properties / border_right.html
blobca57578a49d4f92e0eaa94e6353cb75c5d772357
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.19 border-right</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 P {margin-right: 20px;}
11 .one {border-right: purple double 10px;}
12 .two {border-right: purple thin solid;}
13 </STYLE>
15 </HEAD>
17 <BODY><P>The style declarations which apply to the text below are:</P>
18 <PRE>P {margin-right: 20px;}
19 .one {border-right: purple double 10px;}
20 .two {border-right: purple thin solid;}
22 </PRE>
23 <HR>
24 <P style="background-color: silver;">
25 This paragraph has a background color of silver and a 20-pixel right margin, and it contains inline elements with classes of <SPAN class="one">class one</SPAN>, which should have a 10-pixel purple double right border; and <SPAN class="two">class two</SPAN>, which should have a thin solid purple right border. The line-height of the parent element should not change on any line.
26 </P>
29 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
30 <TR>
31 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
32 </TR>
33 <TR>
34 <TD bgcolor="silver">&nbsp;</TD>
35 <TD><P style="background-color: silver;">
36 This paragraph has a background color of silver and a 20-pixel right margin, and it contains inline elements with classes of <SPAN class="one">class one</SPAN>, which should have a 10-pixel purple double right border; and <SPAN class="two">class two</SPAN>, which should have a thin solid purple right border. The line-height of the parent element should not change on any line.
37 </P>
38 </TD></TR></TABLE></BODY>
39 </HTML>