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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/rule-style-expected.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
Index: LayoutTests/fast/multicol/vertical-rl/rule-style-expected.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/rule-style-expected.html b/LayoutTests/fast/multicol/vertical-rl/rule-style-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..ba18b1d11ea51a43744d665de18b80756de2c003
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-rl/rule-style-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<style>
+ body {
+ -webkit-writing-mode: vertical-rl;
+ }
+
+ .rule {
+ border-top-color: gray;
+ border-top-width: 12px;
+ width: 200px;
+ height: 0;
+ margin: 4px 0;
+ display: inline-block;
+ }
+</style>
+
+<div class="rule" style="border-top-style: solid;"></div>
+<div class="rule" style="border-top-style: dotted;"></div>
+<div class="rule" style="border-top-style: dashed;"></div>
+<div class="rule" style="border-top-style: groove;"></div>
+<div class="rule" style="border-top-style: ridge;"></div>
+<div class="rule" style="border-top-style: inset;"></div>
+<div class="rule" style="border-top-style: outset;"></div>
+<div class="rule" style="border-top-style: double;"></div>

Powered by Google App Engine
This is Rietveld 408576698