Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html |
index 15a9657de88930c62c625cbf7a2d1e46f9bb0742..f7794613bceae868259811552d48fa710dc49813 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/outline-inline-block-vrl-006.html |
@@ -9,7 +9,7 @@ |
.container { |
color:transparent; |
font:50px/1 Ahem; |
- height:5em; |
+ height:6em; |
writing-mode:vertical-rl; |
} |
.outline { |
@@ -24,9 +24,9 @@ |
Additional div to ensure that the origin of the containing block of the |
outline span is different from the origin of the writing mode root. |
--> |
+ <div>123<span class="outline">XXX</span></div> |
+ <div>12345 6<span class="outline">XX</span></div> |
<div>1</div> |
- <div>12345<span class="outline">67</span></div> |
- <div>1</div> |
- <div>1</div> |
+ <div><span class="outline">1</span></div> |
<div>1</div> |
</div> |