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

Unified Diff: third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html

Issue 2714283002: Fix unexpected blurry text caused by combination of skew and promotion (Closed)
Patch Set: Layout test update && bug fix Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html
diff --git a/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html b/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html
new file mode 100644
index 0000000000000000000000000000000000000000..96140fed529b47c8b55d3819ae0eff320770674c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html
@@ -0,0 +1,17 @@
+<!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" style="transform: skew(20deg);">
+ <div style="transform: skew(-20deg);">
+ Skewed text within promoted skewed ancestor should look as crisp as promoted text.
+ </div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698