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

Unified Diff: LayoutTests/fast/multicol/dynamic/spanner-ancestor-becomes-spanner-expected.html

Issue 1162253006: An object may become a column spanner or cease to be one even if column-span doesn't change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/multicol/dynamic/spanner-ancestor-becomes-spanner-expected.html
diff --git a/LayoutTests/fast/multicol/dynamic/spanner-ancestor-becomes-spanner-expected.html b/LayoutTests/fast/multicol/dynamic/spanner-ancestor-becomes-spanner-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5bb968e2a33f6d0d6eff51276ee4fea2a5154b31
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/spanner-ancestor-becomes-spanner-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+ .box { width:66px; height:66px; margin:auto; background:blue; }
+</style>
+<p>Change an ancestor of a descendant spanner to becoming a spanner, so that the descendant will cease to be a spanner.</p>
+<p>There should be three identical blue <em>squares</em> below. The space between them should be equal to the size of the squares.</p>
+<div style="width:132px;">
+ <div class="box" style="margin-bottom:66px;"></div>
+ <div class="box"></div>
+ <div class="box" style="margin-top:66px;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698