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

Side by Side Diff: LayoutTests/fast/text/text-combine-width-after-style-change-expected.html

Issue 11190053: Merge 131077 - <rdar://problem/12477191> Combined text reverts to full-width font after a style cha… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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 unified diff | Download patch
OLDNEW
1 <div style=" 1 <div style="
2 height: 200px; 2 height: 200px;
3 -webkit-writing-mode: vertical-lr; 3 -webkit-writing-mode: vertical-lr;
4 font-family: HiraMinProN-W3; 4 font-family: HiraMinProN-W3;
5 font-size: 36px; 5 font-size: 36px;
6 "> 6 ">
7 <span id="target" style="-webkit-text-combine: horizontal;">1234</span> 7 <span id="target" style="-webkit-text-combine: horizontal;">1234</span>
8 </div> 8 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/text-combine-width-after-style-change.html ('k') | Source/WebCore/rendering/RenderCombineText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698