Chromium Code Reviews| Index: LayoutTests/fast/multicol/change-column-rule-expected.html |
| diff --git a/LayoutTests/fast/multicol/change-column-rule-expected.html b/LayoutTests/fast/multicol/change-column-rule-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9e7211a5d372e64f137fe6e3152cd47e413b9816 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/change-column-rule-expected.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<p>The rules below should be green, and there should be no assertion failures.</p> |
| +<p>Click to test if testing manually.</p> |
| +<div id="mc" style="-webkit-columns:3; line-height:100px; -webkit-column-rule:solid green;"> |
| + <br> |
| + <br> |
| + <br> |
| +</div> |