| 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> | 
|  |