Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/span/remove-spanner4-expected.html

Issue 296413007: [New Multicolumn] Add support for column-span:all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@359976
Patch Set: code review Created 6 years, 3 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/span/remove-spanner4-expected.html
diff --git a/LayoutTests/fast/multicol/span/remove-spanner4-expected.html b/LayoutTests/fast/multicol/span/remove-spanner4-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..70641e9c2d9ce72ea9494f26b663ea93a9fc1d2f
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/remove-spanner4-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p>You should see the word 'PASS' below:</p>
+<div style="float:left;">
+ <div style="-webkit-columns:4; columns:4; column-gap:0; -webkit-column-gap:0; orphans:1; widows:1;">
+ P
+ <div>A</div>
+ S<br>S
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/span/remove-spanner4.html ('k') | LayoutTests/fast/multicol/span/remove-spanner5.html » ('j') | no next file with comments »

Powered by Google App Engine