Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8440d66f05ed3e20781de62adce904d0b13a5e5c |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/scale-transform-text-expected.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; line-height:1em;"> |
| + _Å<br> |
| + j<br> |
| + _<br> |
| + j<br> |
| + g_<br> |
| + </div> |
| +</div> |