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

Unified Diff: LayoutTests/fast/block/float/marquee-shrink-to-avoid-floats.html

Issue 394773003: Implement HTMLMarqueeElement's animation in private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/css/MarqueeLayoutTest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &lt;marquee&gt; tag is causing the alignment issue</i>.
-</p>
-<p>
- This should be a green 100&times;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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css/MarqueeLayoutTest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698