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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <!--
4 Check that we separately composite text within a skewed promoted element
5 to improve the output quality. See crbug.com/631872.
6 -->
7 <style>
8 .composited {
9 will-change: transform;
10 }
11 </style>
12
13 <div class="composited" style="transform: skew(20deg);">
14 <div style="transform: skew(-20deg);">
15 Skewed text within promoted skewed ancestor should look as crisp as promoted text.
16 </div>
17 </div>
OLDNEW
« 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