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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/box_properties/float_elements_in_series.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.25 float</TITLE> 4 <TITLE>CSS1 Test Suite: 5.5.25 float</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 P { margin: 0; padding: 0; text-align: justify;} 11 P { margin: 0; padding: 0; text-align: justify;}
11 12
12 DIV.yellow, DIV.blue, DIV.red, DIV.green { 13 DIV.yellow, DIV.blue, DIV.red, DIV.green {
13 width: 60px; padding: 20px; margin: 10px; 14 width: 60px; padding: 20px; margin: 10px;
14 border: 20px solid black; float: left; text-align: center; 15 border: 20px solid black; float: left; text-align: center;
15 font-family: "Times New Roman",Times,serif;} 16 font-family: "Times New Roman",Times,serif;}
16 DIV.yellow {margin-left: 0px; background: yellow; color: black;} 17 DIV.yellow {margin-left: 0px; background: yellow; color: black;}
17 DIV.blue {background: blue; color: white;} 18 DIV.blue {background: blue; color: white;}
18 DIV.red {background: red; color: black;} 19 DIV.red {background: red; color: black;}
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 129
129 <td width=20 style="background: black"><IMG SRC="blank.gif" width="20" height="1 "></td> 130 <td width=20 style="background: black"><IMG SRC="blank.gif" width="20" height="1 "></td>
130 <td width=100 style="background: green"><IMG SRC="blank.gif" width="100" height= "1"></td> 131 <td width=100 style="background: green"><IMG SRC="blank.gif" width="100" height= "1"></td>
131 <td width=20 style="background: black"><IMG SRC="blank.gif" width="20" height="1 "></td> 132 <td width=20 style="background: black"><IMG SRC="blank.gif" width="20" height="1 "></td>
132 </TR> 133 </TR>
133 </TABLE> 134 </TABLE>
134 135
135 </div> 136 </div>
136 </TD></TR></TABLE></BODY> 137 </TD></TR></TABLE></BODY>
137 </HTML> 138 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698