Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.txt b/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..62a513a5354b222298c684d2d2fa1e571a92743a |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.txt |
| @@ -0,0 +1,2 @@ |
| +Text which is not promoted to a layer is drawn crips with subpixel anti-aliasing. |
| +Text which is part of a skewed layer is skewed after it's rastered (with the counter-skew) resulting in extremely blurry text. But if that text is separately composited, then it's rastered into a rectilinear layer so it looks crisp (but doesn't get subpixel antialiasing because it's promoted) |