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

Unified Diff: third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element-expected.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
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>

Powered by Google App Engine
This is Rietveld 408576698