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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html

Issue 2356183002: Stay put at the top of the current page when inserting a forced break. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html b/third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html
new file mode 100644
index 0000000000000000000000000000000000000000..82e4c3b1b78e1a52c08ac032ed573694fe27114c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+ .block { width:50px; height:25px; break-inside:avoid; }
+</style>
+<p>There should be a hotpink square below.</p>
+<div style="columns:2;">
+ <div style="break-after:column;">
+ <div class="block"></div>
+ <div class="block"></div>
+ <div class="block" style="background:hotpink;"></div>
+ <div class="block"></div>
+ <div class="block"></div>
+ <div style="column-span:all;"></div>
+ </div>
+ <div class="block" style="background:hotpink;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698