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

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

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body style="font-size: 48px;"> 2 <body style="font-size: 48px; overflow: hidden;">
3 <div style="-webkit-line-box-contain: block glyphs;"> 3 <div style="-webkit-line-box-contain: block glyphs;">
4 <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px" >為<ruby>櫻</ruby>田</div> 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> 5 <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
6 </div> 6 </div>
7 <div style="-webkit-line-box-contain: block font;"> 7 <div style="-webkit-line-box-contain: block font;">
8 <div style="-webkit-writing-mode:vertical-lr; border: solid red 1px" >為<ruby>櫻</ruby>田</div> 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> 9 <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
10 </div> 10 </div>
11 <div style="-webkit-line-box-contain: block inline-box;"> 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> 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> 13 <div style="border: solid green 1px">為<ruby>櫻</ruby>田</div>
14 </div> 14 </div>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698