| 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>
|
|
|