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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/box_properties/border_style.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: dotted; border-color: black; border-width: thick;} 11 .one {border-style: dotted; border-color: black; border-width: thick;}
11 .two {border-style: dashed; border-color: black; border-width: thick;} 12 .two {border-style: dashed; border-color: black; border-width: thick;}
12 .three {border-style: solid; border-color: black; border-width: thick;} 13 .three {border-style: solid; border-color: black; border-width: thick;}
13 .four {border-style: double; border-color: black; border-width: thick;} 14 .four {border-style: double; border-color: black; border-width: thick;}
14 .five {border-style: groove; border-color: olive; border-width: thick;} 15 .five {border-style: groove; border-color: olive; border-width: thick;}
15 .six {border-style: ridge; border-color: olive; border-width: thick;} 16 .six {border-style: ridge; border-color: olive; border-width: thick;}
16 .seven {border-style: inset; border-color: olive; border-width: thick;} 17 .seven {border-style: inset; border-color: olive; border-width: thick;}
17 .eight {border-style: outset; border-color: olive; border-width: thick;} 18 .eight {border-style: outset; border-color: olive; border-width: thick;}
18 .nine {border-style: double groove; border-color: purple; border-width: thick;} 19 .nine {border-style: double groove; border-color: purple; border-width: thick;}
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 This paragraph should have thick double top and bottom borders, and thick groove d side borders. The color of all four sides should be based on purple. 107 This paragraph should have thick double top and bottom borders, and thick groove d side borders. The color of all four sides should be based on purple.
107 </P> 108 </P>
108 <P class="ten"> 109 <P class="ten">
109 This paragraph should have, in clockwise order from the top, a double, grooved, ridged, and inset thick border. The color of all four sides should be based on purple. 110 This paragraph should have, in clockwise order from the top, a double, grooved, ridged, and inset thick border. The color of all four sides should be based on purple.
110 </P> 111 </P>
111 <P class="eleven"> 112 <P class="eleven">
112 This paragraph should have no border at all. 113 This paragraph should have no border at all.
113 </P> 114 </P>
114 </TD></TR></TABLE></BODY> 115 </TD></TR></TABLE></BODY>
115 </HTML> 116 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698