| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
|
| index 04a9d419819ababcd253ae75732294ed3f71c871..0773bf50ec4b8724e10836d3ad7e5adaabea9869 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006-expected.html
|
| @@ -10,11 +10,12 @@
|
| .outline {
|
| color:orange;
|
| display:inline-block;
|
| - margin-left:3em;
|
| outline:blue solid 2px;
|
| }
|
| </style>
|
| <p>Test passes if inside of blue rectangles are orange.
|
| <div class="container">
|
| - <span class="outline">1<br>2</span>
|
| + <span class="outline" style="margin-left:1em">1</span><br>
|
| + <span class="outline" style="margin-left:3em">1<br>2</span><br>
|
| + <span class="outline" style="margin-left:5em">1<br>2<br>X</span>
|
| </div>
|
|
|