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> |