Index: third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html b/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html |
index 0b46e149c51bc4d7dcb2adc25928e38b85f4ee58..140cb0d98a3491f77ac4b1c1fcf312c525497803 100644 |
--- a/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html |
@@ -2,9 +2,10 @@ |
img { width: 30px; height: 30px; background-color: red; } |
.cover { position: absolute; background-color: green; opacity: 0.7; } |
</style> |
-<div style="height: 240px; |
- padding-top: 260px; |
+<div style="width: 240px; |
+ padding-left: 260px; |
background-color: lightyellow; |
+ writing-mode: vertical-lr; |
font: 40px Ahem; |
color: red; |
-webkit-font-smoothing: none; |