| Index: third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html b/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
|
| index 37144969a72957ba007b08c2b1f57a28dda2d22a..78f5b55df0f7e7013b3f4edad1990285a53e7efc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/emphasis-overlap.html
|
| @@ -1,7 +1,8 @@
|
| <script src="../../resources/ahem.js"></script>
|
| <style>
|
| div div { font-family: Ahem; font-size: 32px; -webkit-font-smoothing: none; display: inline-block; margin: 8px 0; }
|
| - .horizontal-bt { -webkit-writing-mode: horizontal-bt; }
|
| + .flipped { writing-mode: vertical-rl; }
|
| + div.flipped div { display: block; margin:0 8px 0 0; }
|
| .over { color: blue; -webkit-text-emphasis: "m"; -webkit-text-emphasis-position: over; }
|
| .under { color: green; -webkit-text-emphasis: "m"; -webkit-text-emphasis-position: under; }
|
| </style>
|
| @@ -34,7 +35,7 @@
|
| 4444
|
| </div>
|
| </div>
|
| -<div class="horizontal-bt">
|
| +<div class="flipped">
|
| <div>
|
| 1111
|
| <br>
|
|
|