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

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

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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
OLDNEW
(Empty)
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body style="font-size: 48px; overflow: hidden;">
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/fast/block/lineboxcontain/block-replaced.html ('k') | LayoutTests/fast/block/lineboxcontain/font.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698