Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/dynamic/remove-spanner-before-content-expected.html

Issue 869583002: [New Multicolumn] Support dynamic insertion and removal of multicol content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code review Created 5 years, 11 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/remove-spanner-before-content-expected.html
diff --git a/LayoutTests/fast/multicol/dynamic/remove-spanner-before-content-expected.html b/LayoutTests/fast/multicol/dynamic/remove-spanner-before-content-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..18586eff8ee2a1bfd4395fabfad62752640eddb6
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/remove-spanner-before-content-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<p>Test removal of a spanner that precedes column content.</p>
+<p>There should be a black square below, and nothing else.</p>
+<div style="width:10em; height:10em; background:black;"></div>

Powered by Google App Engine