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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/offset-position-writing-modes.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/dom/offset-position-writing-modes.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/offset-position-writing-modes.html b/third_party/WebKit/LayoutTests/fast/dom/offset-position-writing-modes.html
index bfde6eca390d6f04cd0d9b3ecaf994320ffa65b8..f73fbabcbc823ebe45b0469fe936eff04e4c6c04 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/offset-position-writing-modes.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/offset-position-writing-modes.html
@@ -6,16 +6,8 @@
</div>
</div>
-<div style="position:relative">
-<div style="-webkit-writing-mode: horizontal-bt; background-color: red; width: 100px; height: 100px;">
- <div style="height: 5px"></div>
- <div id=horizontal style="background-color: orange; height: 10px; position: relative; top: -20px;"></div>
-</div>
-</div>
-
<pre id=console></pre>
<script>
shouldBe('document.getElementById("vertical").offsetLeft', '65');
-shouldBe('document.getElementById("horizontal").offsetTop', '65');
</script>

Powered by Google App Engine
This is Rietveld 408576698