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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html
diff --git a/LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html b/LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..240cbc8920c7124bf901585bfae53d5d0f9b4921
--- /dev/null
+++ b/LayoutTests/fast/block/float/float-not-removed-from-next-sibling4-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<div style="width: 15px;">
+ <div style="position:relative;">
+ <div style="-webkit-column-count:3;">
+ <img style="float: left; width: 15px; height: 200px; background-color: silver;">
+ </div>
+ <div style="position:absolute; font-family:Ahem;">
+ <a><p>A B C D</p>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698