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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.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/repaint/overflow-flipped-writing-mode-block.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html b/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html
index e84e7ab9ba879a3487b33bc3f90f387de59c3c19..b170cf4f97a824b8dfc5ed9f58edd19821cb1230 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-flipped-writing-mode-block.html
@@ -7,9 +7,9 @@
document.getElementById("target").style.visibility = "hidden";
}
</script>
-<div style="height: 100px; width: 100px; background-color: red; -webkit-writing-mode: horizontal-bt;">
- <div style="height: 25px;">
- <div style="height: 100px; background-color: green;"></div>
+<div style="height: 100px; width: 100px; background-color: red; writing-mode: vertical-rl;">
+ <div style="width: 25px;">
+ <div style="width: 100px; background-color: green;"></div>
</div>
</div>
-<div id="target" style="height: 50px; width: 100px; background-color: red; margin-top: -100px;"></div>
+<div id="target" style="width: 50px; height: 100px; background-color: red; margin-left: -100px;"></div>

Powered by Google App Engine
This is Rietveld 408576698