Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: LayoutTests/fast/dynamic/text-combine.html

Issue 881133003: Revert of text-combine should scale rather than fall back to none when wide (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/font-variant-width.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/font-variant-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698