| Index: LayoutTests/fast/dynamic/text-combine.html
|
| diff --git a/LayoutTests/fast/dynamic/text-combine.html b/LayoutTests/fast/dynamic/text-combine.html
|
| index 0910234a6d3faf1fb925556e5400e7c478c7bbdd..0f4f20ce1e8571f2c92fb30cab6ece89f433f388 100644
|
| --- a/LayoutTests/fast/dynamic/text-combine.html
|
| +++ b/LayoutTests/fast/dynamic/text-combine.html
|
| @@ -2,16 +2,16 @@
|
| <style>
|
| html { -webkit-writing-mode: vertical-rl; }
|
| div { font-family: 'hiragino mincho pro'; font-size: 24px; }
|
| - .combine { -webkit-text-combine: horizontal; }
|
| + #combine { -webkit-text-combine: horizontal; }
|
| </style>
|
| <p>
|
| These two lines should be identical:
|
| </p>
|
| <div>
|
| - 希薄化後の1株当り利益が<span id="combine" class="combine">3.67</span>ドルでした。
|
| + 希薄化後の1株当り利益が<span id="combine">3.67</span>ドルでした。
|
| </div>
|
| <div>
|
| - 希薄化後の1株当り利益が<span class="combine">3.667</span>ドルでした。
|
| + 希薄化後の1株当り利益が<span>3.667</span>ドルでした。
|
| </div>
|
| <script>
|
| document.body.offsetTop;
|
|
|