| Index: LayoutTests/fast/block/float/015.html
|
| diff --git a/LayoutTests/fast/block/float/015.html b/LayoutTests/fast/block/float/015.html
|
| index 0d1458cdcf06b10ea2530d7d6a1419dad4423eb4..abb21baa72c1e720bcfc01024dcf82a8f2a997e2 100644
|
| --- a/LayoutTests/fast/block/float/015.html
|
| +++ b/LayoutTests/fast/block/float/015.html
|
| @@ -5,7 +5,7 @@
|
| <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| <META http-equiv="Content-Style-Type" content="text/css">
|
|
|
| -<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
|
| +<LINK rel="stylesheet" type="text/css" media="screen" href="resources/base.css">
|
| <STYLE type="text/css">
|
| .one {clear: left;}
|
| .two {clear: right;}
|
| @@ -17,12 +17,12 @@ img { background-color: orange; }</STYLE>
|
| <BODY><TABLE border cellspacing="0" cellpadding="3" class="tabletest">
|
| <TR>
|
| <TD bgcolor="silver"> </TD>
|
| -<TD><IMG SRC="../resources/vblank.gif" height="50" align="left" alt="[Image]">
|
| +<TD><IMG SRC="resources/vblank.gif" height="50" align="left" alt="[Image]">
|
| <p >
|
| This text should be flowing past a tall orange rectangle on the left side of the browser window.
|
| </p>
|
| <div style="background-color:green"><BR clear="all"></div>
|
| -<IMG SRC="../resources/vblank.gif" height="50" align="left" alt="[Image]">
|
| +<IMG SRC="resources/vblank.gif" height="50" align="left" alt="[Image]">
|
| <div class="one">
|
| This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it.
|
| </div>
|
|
|