Commit 7106b908 authored by rob.buis@samsung.com's avatar rob.buis@samsung.com

fast/block/float/015.html uses wrong urls for resources

Fix the urls used in the testcase and mark the TextExpectations to rebaseline non linux platforms.

BUG=410491

Review URL: https://codereview.chromium.org/535363002

git-svn-id: svn://svn.chromium.org/blink/trunk@181419 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent efca24d4
......@@ -1353,3 +1353,5 @@ crbug.com/402801 [ XP Release ] http/tests/misc/location-replace-crossdomain.htm
# Part of a larger issue referenced in the bug. This specific issue will be fixed shortly.
crbug.com/408159 accessibility/is-ignored-change-sends-notification.html [ Timeout ]
crbug.com/410491 fast/block/float/015.html [ NeedsRebaseline ]
......@@ -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>
......
BODY {color: black; background: #CCCCCC url(basebg.gif);}
A:link {color: blue;}
A:visited {color: #006600;}
......@@ -2,7 +2,7 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBody {BODY} at (8,8) size 784x584 [bgcolor=#CCCCCC]
RenderTable {TABLE} at (0,0) size 642x136 [border: (1px outset #808080)]
RenderTableSection {TBODY} at (1,1) size 640x134
RenderTableRow {TR} at (0,0) size 640x134
......@@ -10,13 +10,13 @@ layer at (0,0) size 800x600
RenderText {#text} at (4,4) size 4x19
text run at (4,4) width 4: " "
RenderTableCell {TD} at (12,0) size 628x134 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderImage {IMG} at (4,4) size 50x50 [bgcolor=#FFA500]
RenderImage {IMG} at (4,4) size 15x50 [bgcolor=#FFA500]
RenderBlock {P} at (4,4) size 620x20
RenderText {#text} at (53,0) size 563x19
text run at (53,0) width 563: "This text should be flowing past a tall orange rectangle on the left side of the browser window."
RenderText {#text} at (18,0) size 563x19
text run at (18,0) width 563: "This text should be flowing past a tall orange rectangle on the left side of the browser window."
RenderBlock {DIV} at (4,40) size 620x20 [bgcolor=#008000]
RenderBR {BR} at (53,0) size 0x19
RenderImage {IMG} at (4,60) size 50x50 [bgcolor=#FFA500]
RenderBR {BR} at (18,0) size 0x19
RenderImage {IMG} at (4,60) size 15x50 [bgcolor=#FFA500]
RenderBlock {DIV} at (4,110) size 620x20
RenderText {#text} at (0,0) size 620x19
text run at (0,0) width 620: "This paragraph should appear below the tall orange rectangle above and to the left, and not flow past it."
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment