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

Unified Diff: LayoutTests/fast/multicol/span/vertical-lr-expected.html

Issue 840953006: Add some more tests for column-span:all. (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/multicol/span/vertical-lr.html ('k') | LayoutTests/fast/multicol/span/vertical-rl.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/span/vertical-lr-expected.html
diff --git a/LayoutTests/fast/multicol/span/vertical-lr-expected.html b/LayoutTests/fast/multicol/span/vertical-lr-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..80af36090410517613f30ec60b126786e3f78507
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/vertical-lr-expected.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<p>Below there should be a multicol container in vertical-lr
+ writing-mode. There should be a row of columns, followed by a spanner,
+ followed by another row of columns.</p>
+<div style="-webkit-writing-mode:vertical-lr; line-height:2em; height:13em; background:yellow;">
+ <div style="float:left; width:6em; height:6em;">
+ first<br>
+ first<br>
+ first<br>
+ </div>
+ <div style="float:left; width:6em; height:1em;">
+ <div style="margin:auto; width:100%; height:2px; background:black;"></div>
+ </div>
+ <div style="float:left; width:6em; height:6em;">
+ second<br>
+ second<br>
+ </div>
+ <div style="overflow:hidden; border:5px solid; padding:5px;">
+ I am a spanner. I don't care about your precious columns.
+ </div>
+ <div style="float:left; width:4em; height:6em;">
+ first<br>
+ first<br>
+ </div>
+ <div style="float:left; width:4em; height:1em;">
+ <div style="margin:auto; width:100%; height:2px; background:black;"></div>
+ </div>
+ <div style="float:left; width:4em; height:6em;">
+ second<br>
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/span/vertical-lr.html ('k') | LayoutTests/fast/multicol/span/vertical-rl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698