| Index: LayoutTests/fast/block/float/marquee-shrink-to-avoid-floats.html
|
| diff --git a/LayoutTests/fast/block/float/marquee-shrink-to-avoid-floats.html b/LayoutTests/fast/block/float/marquee-shrink-to-avoid-floats.html
|
| index e3e7cb555784cce3bab4a8d53812a66218a1c72a..85fd7cf07ad86b7b41c9977bec30729a1d06485f 100644
|
| --- a/LayoutTests/fast/block/float/marquee-shrink-to-avoid-floats.html
|
| +++ b/LayoutTests/fast/block/float/marquee-shrink-to-avoid-floats.html
|
| @@ -1,13 +1,6 @@
|
| -<p>
|
| - Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15296">http://bugs.webkit.org/show_bug.cgi?id=15296</a>
|
| - REGRESSION (r19716-r19719): width not specified for <marquee> tag is causing the alignment issue</i>.
|
| -</p>
|
| -<p>
|
| - This should be a green 100×100px square:
|
| -</p>
|
| <div style="background-color: red; width: 100px;">
|
| <div style="float: left; width: 50px; height: 100px; background-color: green"></div>
|
| <div>
|
| - <marquee style="height: 100px; background-color: green;"></marquee>
|
| + <marquee style="height: 100px; background-color: blue;"></marquee>
|
| </div>
|
| </div>
|
|
|