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

Side by Side Diff: LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml

Issue 14783007: Incorrect layout for blocks containing ideographs with -webkit-linebox-contain: glyphs, font, inlin… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missing? Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RootInlineBox.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body style="font-size: 48px;">
3 <div style="-webkit-line-box-contain: block glyphs;">
4 <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px" >為<ruby>櫻</ruby>田</div>
5 <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
6 </div>
7 <div style="-webkit-line-box-contain: block font;">
8 <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px" >為<ruby>櫻</ruby>田</div>
9 <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
10 </div>
11 <div style="-webkit-line-box-contain: block inline-box;">
12 <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px" >為<ruby>櫻</ruby>田</div>
13 <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
14 </div>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RootInlineBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698