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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html

Issue 671433002: Convert fast/multicol/column-break-with-balancing (and related) to reftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use float, not inline-block. Created 6 years, 2 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
Index: LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html b/LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a1a642e86f10c9afad02777ac1b686cdfbd6dcdc
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<style>
+ body {
+ -webkit-writing-mode: vertical-lr;
+ }
+ .columns {
+ width: 200px;
+ height: 400px;
+ border: 5px solid blue;
+ margin-right: 1em;
+ line-height: 20px;
+ }
+ .column {
+ float: left;
+ height: 200px;
+ }
+</style>
+<div class="columns">
+ <div class="column">
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ </div>
+ <div class="column">
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ </div>
+</div>
+<div class="columns">
+ <div class="column">
+ First column<br>
+ First column<br>
+ First column<br>
+ First column<br>
+ </div>
+ <div class="column">
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ Second column<br>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698