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

Unified Diff: LayoutTests/fast/block/float/nested-floats-expand-formatting-context-expected.html

Issue 1106533002: Formatting contexts should always expand to enclose floats (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 6 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/nested-floats-expand-formatting-context-expected.html
diff --git a/LayoutTests/fast/block/float/nested-floats-expand-formatting-context-expected.html b/LayoutTests/fast/block/float/nested-floats-expand-formatting-context-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f570b4f0ae65bbe544b7f7b8860337c18fa01ef6
--- /dev/null
+++ b/LayoutTests/fast/block/float/nested-floats-expand-formatting-context-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+#section {
+ width: 200px;
+ height: 190px;
+ background: black;
+}
+
+</style>
+<html>
+<div id="section">
+</div>
+<p>crbug.com/477076: If a nested float doesn't overhang its container the block setting the formatting context should still expand to include it if necessary. </p>
+

Powered by Google App Engine
This is Rietveld 408576698