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