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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/rule-style.html

Issue 690133003: Convert fast/multicol/vertical-rl/rule-style to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary divs. Created 6 years, 1 month 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/TestExpectations ('k') | LayoutTests/fast/multicol/vertical-rl/rule-style-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/vertical-rl/rule-style.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/rule-style.html b/LayoutTests/fast/multicol/vertical-rl/rule-style.html
index de47664044c145d38d927e6cde419aa352661c61..99e8cd64ea29bec6aa994f72e61e29cc9da80f3d 100644
--- a/LayoutTests/fast/multicol/vertical-rl/rule-style.html
+++ b/LayoutTests/fast/multicol/vertical-rl/rule-style.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<style>
body {
-webkit-writing-mode: vertical-rl;
@@ -5,11 +6,9 @@
div.columns {
-webkit-columns: 2;
+ -webkit-column-gap: 0;
-webkit-column-rule-color: gray;
-webkit-column-rule-width: 12px;
- columns: 2;
- column-rule-color: gray;
- column-rule-width: 12px;
column-fill: auto;
width: 200px;
height: 20px;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/vertical-rl/rule-style-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698