Chromium Code Reviews

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.
Jump to:
View unified diff | | 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