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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/RootInlineBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml
diff --git a/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml b/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml
new file mode 100644
index 0000000000000000000000000000000000000000..3e7a4a101e473939aaca579e6c2c79c21165c3bd
--- /dev/null
+++ b/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml
@@ -0,0 +1,16 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <body style="font-size: 48px;">
+ <div style="-webkit-line-box-contain: block glyphs;">
+ <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px">為<ruby>櫻</ruby>田</div>
+ <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
+ </div>
+ <div style="-webkit-line-box-contain: block font;">
+ <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px">為<ruby>櫻</ruby>田</div>
+ <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
+ </div>
+ <div style="-webkit-line-box-contain: block inline-box;">
+ <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px">為<ruby>櫻</ruby>田</div>
+ <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
+ </div>
+ </body>
+</html>
« 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