| Index: third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.html b/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..95b79e44d568dd85f8b0ac41b2dfefb1f60f310d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +
|
| +<!--
|
| +Check that we separately composite text within a skewed promoted element
|
| +to improve the output quality. See crbug.com/631872.
|
| +-->
|
| +<style>
|
| +.composited {
|
| + will-change: transform;
|
| +}
|
| +</style>
|
| +
|
| +<div class="composited">
|
| + Skewed text within promoted skewed ancestor should look as crisp as promoted text.
|
| +</div>
|
|
|