Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-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: 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/insert-block-before-spanner-expected.html
diff --git a/LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-expected.html b/LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..442f4aae06c40d59e3ab60e0f1f16cf0fca1f982
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+ span { display:inline-block; width:1em; }
+</style>
+<p>Test insertion of column content right in front of a spanner</p>
+<p>There should be two lines below with the word "PASS". Letter spacing is expected to vary.</p>
+<span>P</span><span>A</span><span>S</span><span>S</span><br>
+PASS

Powered by Google App Engine