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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/float-edge-expected.html

Issue 675433002: Split fast/multicol/float-multicol into smaller tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixup vertical-rl. 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-rl/float-edge-expected.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/float-edge-expected.html b/LayoutTests/fast/multicol/vertical-rl/float-edge-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7bbda947ba80c4fcc6d5e9c2f1c4a745ace3f4a0
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-rl/float-edge-expected.html
@@ -0,0 +1,66 @@
+<!DOCTYPE html>
+<style>
+ body {
+ -webkit-writing-mode: vertical-rl;
+ }
+ .multicol {
+ height: 480px;
+ width: 200px;
+ border: 3px solid black;
+ line-height: 20px;
+ }
+ .column {
+ float: left;
+ height: 160px;
+ }
+ .float {
+ padding: 10px;
+ background-color: skyblue;
+ }
+ .left { float: left; }
+ .right { float: right; }
+</style>
+<div class="multicol">
+ <div class="column">
+ First<br>
+ First<br>
+ First<br>
+ First<br>
+ <div class="float left">L1</div>
+ <div class="float right">R1</div>
+ First<br>
+ First<br>
+ First<br>
+ First<br>
+ First<br>
+ First<br>
+ </div>
+ <div class="column">
+ <div class="float left">L2</div>
+ <div class="float right">R2</div>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ Second<br>
+ </div>
+ <div class="column">
+ Third<br>
+ Third<br>
+ Third<br>
+ Third<br>
+ Third<br>
+ Third<br>
+ Third<br>
+ Third<br>
+ <div class="float left">L3</div>
+ <div class="float right">R3</div>
+ Third<br>
+ Third<br>
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/vertical-rl/float-edge.html ('k') | LayoutTests/fast/multicol/vertical-rl/float-multicol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698