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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/box_properties/float.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"><html><head><title>CSS1 Test Suite: 5.5.25 float</titl e> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite: 5.5.25 float</titl e>
2 2
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <meta http-equiv="Content-Style-Type" content="text/css"> 4 <meta http-equiv="Content-Style-Type" content="text/css">
5 5
6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s"> 6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s">
7 <script src="../resources/base.js"></script>
7 <style type="text/css"> 8 <style type="text/css">
8 .one {float: left;} 9 .one {float: left;}
9 .two {float: right;} 10 .two {float: right;}
10 </style></head> 11 </style></head>
11 12
12 <body><p>The style declarations which apply to the text below are:</p> 13 <body><p>The style declarations which apply to the text below are:</p>
13 <pre>.one {float: left;} 14 <pre>.one {float: left;}
14 .two {float: right;} 15 .two {float: right;}
15 16
16 </pre> 17 </pre>
(...skipping 17 matching lines...) Expand all
34 <td bgcolor="silver"> </td> 35 <td bgcolor="silver"> </td>
35 <td><img src="../resources/vblank.gif" class="one" alt="[Image]" height="50"> 36 <td><img src="../resources/vblank.gif" class="one" alt="[Image]" height="50">
36 <p> This text should be flowing past a tall orange rectangle on the left 37 <p> This text should be flowing past a tall orange rectangle on the left
37 side of the browser window. In this case, it is the image which has 38 side of the browser window. In this case, it is the image which has
38 been floated to the left. </p> 39 been floated to the left. </p>
39 <br clear="all"><hr> 40 <br clear="all"><hr>
40 <img src="../resources/vblank.gif" class="two" alt="[Image]" height="50"> 41 <img src="../resources/vblank.gif" class="two" alt="[Image]" height="50">
41 <p> This text should be flowing past a tall orange rectangle on the 42 <p> This text should be flowing past a tall orange rectangle on the
42 right side of the browser window. In this case, it is the image which 43 right side of the browser window. In this case, it is the image which
43 has been floated to the right. </p> 44 has been floated to the right. </p>
44 </td></tr></tbody></table></body></html> 45 </td></tr></tbody></table></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698