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

Unified Diff: LayoutTests/fast/block/float/015.html

Issue 535363002: fast/block/float/015.html uses wrong urls for resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Copy resources Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/block/float/resources/base.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">&nbsp;</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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/block/float/resources/base.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698