| 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
|
| deleted file mode 100644
|
| index a345300a4585fba5b8d49853fc33a6fc7da36e47..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| - <body style="font-size: 48px; overflow: hidden;">
|
| - <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>
|
|
|