Index: LayoutTests/compositing/bounds-in-flipped-writing-mode.html |
diff --git a/LayoutTests/compositing/bounds-in-flipped-writing-mode.html b/LayoutTests/compositing/bounds-in-flipped-writing-mode.html |
index 4bae48f0abcad04e339676b3d5abd615ce8a27d5..ca8d85f2a19a4857b8be550c291ebac5f4eafae2 100644 |
--- a/LayoutTests/compositing/bounds-in-flipped-writing-mode.html |
+++ b/LayoutTests/compositing/bounds-in-flipped-writing-mode.html |
@@ -1,6 +1,6 @@ |
<body style="margin: 0; padding: 100px;"> |
<div style="width: 100px; height: 100px; background-color: red;"></div> |
- <div style="width: 100px; height: 100px; -webkit-writing-mode: horizontal-bt; -webkit-transform: translatez(0)"> |
+ <div style="width: 100px; height: 100px; -webkit-writing-mode: horizontal-bt; transform: translatez(0)"> |
<div style="-webkit-margin-before: 100px; height: 100px; background-color: green;"></div> |
</div> |
<pre id="console"></pre> |