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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/break-after-empty-set-crash.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/break-after-empty-set-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/break-after-empty-set-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/break-after-empty-set-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..1260236cc080c52ddc968757aa49bc0a2ab06969
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/break-after-empty-set-crash.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<div style="columns:2;">
+ <div></div>
+ <div style="column-span:all;"></div>
+ <div style="break-after:column;"></div>
+ <br>
+</div>
+<script>
+test(() => { }, "No crash or assertion failure.");
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/forced-break-after-block-with-spanner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698