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

Side by Side Diff: LayoutTests/fast/text/text-combine-width-after-style-change.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
« no previous file with comments | « no previous file | LayoutTests/fast/text/text-combine-width-after-style-change-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
9 <script> 9 <script>
10 document.body.offsetTop; 10 document.body.offsetTop;
11 document.getElementById("target").style.marginBottom = "5px"; 11 document.getElementById("target").style.marginBottom = "5px";
12 </script> 12 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/text-combine-width-after-style-change-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698