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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css/MarqueeLayoutTest.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <p>
2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15296">http://bu gs.webkit.org/show_bug.cgi?id=15296</a>
3 REGRESSION (r19716-r19719): width not specified for &lt;marquee&gt; tag is c ausing the alignment issue</i>.
4 </p>
5 <p>
6 This should be a green 100&times;100px square:
7 </p>
8 <div style="background-color: red; width: 100px;"> 1 <div style="background-color: red; width: 100px;">
9 <div style="float: left; width: 50px; height: 100px; background-color: green "></div> 2 <div style="float: left; width: 50px; height: 100px; background-color: green "></div>
10 <div> 3 <div>
11 <marquee style="height: 100px; background-color: green;"></marquee> 4 <marquee style="height: 100px; background-color: blue;"></marquee>
12 </div> 5 </div>
13 </div> 6 </div>
OLDNEW
« 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