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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/column-rules-expected.html

Issue 688323002: Convert fast/multicol/column-rules to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. (TestExpectations conflict). 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/column-rules-expected.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/column-rules-expected.html b/LayoutTests/fast/multicol/vertical-rl/column-rules-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..aa344dbe9807335f705df6ab46e4cf140f198519
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-rl/column-rules-expected.html
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<style>
+ body {
+ -webkit-writing-mode: vertical-rl;
+ }
+ .multicol {
+ height: 470px;
+ float: left;
+ padding: 10 0px;
+ border: 5px solid black;
+ line-height: 20px;
+ }
+ .column {
+ float: left;
+ height: 150px;
+ }
+ .rule {
+ float: left;
+ height: 4px;
+ width: 200px;
+ background-color: maroon;
+ margin: 3px 0;
+ }
+</style>
+<div class="multicol">
+ <div class="column">
+ Line 1<br>
+ Line 2<br>
+ Line 3<br>
+ Line 4<br>
+ Line 5<br>
+ Line 6<br>
+ Line 7<br>
+ Line 8<br>
+ Line 9<br>
+ Line 10<br>
+ </div>
+ <div class="rule"></div>
+ <div class="column">
+ Line 11<br>
+ Line 12<br>
+ Line 13<br>
+ Line 14<br>
+ Line 15<br>
+ Line 16<br>
+ Line 17<br>
+ Line 18<br>
+ Line 19<br>
+ Line 20<br>
+ </div>
+ <div class="rule"></div>
+ <div class="column">
+ Line 21<br>
+ Line 22<br>
+ Line 23<br>
+ Line 24<br>
+ Line 25<br>
+ Line 26<br>
+ Line 27<br>
+ Line 28<br>
+ Line 29<br>
+ Line 30<br>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698