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

Side by Side Diff: LayoutTests/fast/block/lineboxcontain/glyphs-clipping.html

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 <!DOCTYPE html>
2 <style>
3 #tests p { -webkit-line-box-contain: glyphs; line-box-contain: glyphs; overflow: hidden; }
4 </style>
5
6 <p>None of these should have clipped text.</p>
7
8 <!--
9 Ideally, this would be a ref test, but some clipping remains.
10 -->
11 <div id="tests">
12 <p style="font-size: 12px">Lorem ipsum dolor sit amet.</p>
13 <p style="font-size: 13px">Lorem ipsum dolor sit amet.</p>
14 <p style="font-size: 14px">Lorem ipsum dolor sit amet.</p>
15 <p style="font-size: 15px">Lorem ipsum dolor sit amet.</p>
16 <p style="font-size: 16px">Lorem ipsum dolor sit amet.</p>
17 <p style="font-size: 17px">Lorem ipsum dolor sit amet.</p>
18
19 <!-- &Eacute; is particularly tall. -->
20 <p style="font-size: 12px">&Eacute;tats-Unis.</p>
21 <p style="font-size: 13px">&Eacute;tats-Unis.</p>
22 <p style="font-size: 14px">&Eacute;tats-Unis.</p>
23 <p style="font-size: 15px">&Eacute;tats-Unis.</p>
24 <p style="font-size: 16px">&Eacute;tats-Unis.</p>
25 <p style="font-size: 17px">&Eacute;tats-Unis.</p>
26 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/lineboxcontain/glyphs.html ('k') | LayoutTests/fast/block/lineboxcontain/inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698