Chromium Code Reviews| 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;"> |
| + _Å<br> |
| + j<br> |
| + _<br> |
| + j<br> |
| + g_<br> |
| + </div> |
| +</div> |