Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-inline-map-local-to-container-expected.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698