Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/dynamic/abspos-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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/dynamic/abspos-becomes-spanner-expected.html
diff --git a/LayoutTests/fast/multicol/dynamic/abspos-becomes-spanner-expected.html b/LayoutTests/fast/multicol/dynamic/abspos-becomes-spanner-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..223c088835c9c2c59d8b99a11d57c43dce5de57d
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/abspos-becomes-spanner-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>Turn an absolutely positioned box into a column spanner.</p>
+<p>Below there should be a blue <em>square</em> with the word "PASS" directly underneath.</p>
+<div style="width:100px; height:100px; background:blue;"></div>
+PASS

Powered by Google App Engine