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

Side by Side Diff: LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html

Issue 1016403002: Turn fast/block/float/float-not-removed-from-next-sibling4.html into a reftest. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="width: 15px;">
3 <div style="position:relative;">
4 <div style="-webkit-column-count:3;">
5 <img style="float: left; width: 15px; height: 200px; background-colo r: silver;">
6 </div>
7 <div style="position:absolute; font-family:Ahem;">
8 <a><p>A B C D</p>
9 </div>
10 </div>
11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698