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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text.html

Issue 2699653002: Avoid over-eager clipping of child layers in multicol. (Closed)
Patch Set: Add test that demonstrates what is now fixed in the rebaselined border-antialiasing.html Created 3 years, 10 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 <p>No parts of the characters below should be clipped. Hard to verify with the
3 naked eye. Pixel-compare with the ref. :)</p>
4 <div style="transform:scale(0.35); width:200px; height:200px;">
5 <div style="font-size:29px; columns:2; column-fill:auto; height:100%; line-h eight:1em;">
6 _&Aring;<br>
7 j<br>
8 _<br>
9 j<br>
10 g_<br>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698