Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/float-beside-bfc-expected.html

Issue 1325323002: A block that establishes a new formatting context is pushed by floats. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/float-beside-bfc-expected.html
diff --git a/LayoutTests/fast/multicol/float-beside-bfc-expected.html b/LayoutTests/fast/multicol/float-beside-bfc-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..effe65ec4db514a6e91677e4c392f820ecf5b6d7
--- /dev/null
+++ b/LayoutTests/fast/multicol/float-beside-bfc-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<p>Check that an overflow:hidden block dodges floats.</p>
+<p>The word "PASS" should be seen below.</p>
+PASS

Powered by Google App Engine