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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text.html b/third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text.html
new file mode 100644
index 0000000000000000000000000000000000000000..112f0c22df00e2f104c6f66c2bff3ba4c7d5322b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<p>No parts of the characters below should be clipped. Hard to verify with the
+ naked eye. Pixel-compare with the ref. :)</p>
+<div style="transform:scale(0.35); width:200px; height:200px;">
+ <div style="font-size:29px; columns:2; column-fill:auto; height:100%; line-height:1em;">
+ _&Aring;<br>
+ j<br>
+ _<br>
+ j<br>
+ g_<br>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698