Commit 2904bab7 authored by Herb Derby's avatar Herb Derby Committed by Commit Bot

Turn on large color glyphs for CPU

Bug: chromium:625191
Change-Id: Iecad57e6ba8d11db5a9faf0b868d39ed3db3e34a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947357
Commit-Queue: Herb Derby <herb@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Herb Derby <herb@google.com>
Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Reviewed-by: default avatarMike Reed <reed@google.com>
Cr-Commit-Position: refs/heads/master@{#721584}
parent b30ca419
...@@ -222,10 +222,6 @@ SK_API void SkDebugf_FileLine(const char* file, ...@@ -222,10 +222,6 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_SUPPORT_LEGACY_AAA_CHOICE #define SK_SUPPORT_LEGACY_AAA_CHOICE
#endif #endif
#ifndef SK_SUPPORT_LEGACY_CPU_EMOJI
#define SK_SUPPORT_LEGACY_CPU_EMOJI
#endif
// We're turning this off indefinitely, // We're turning this off indefinitely,
// until we can figure out some fundamental problems with its approach. // until we can figure out some fundamental problems with its approach.
// //
......
This is a testharness.js-based test.
PASS Animated style is cleared after canceling a running CSS animation
PASS Animated style is cleared after canceling a filling CSS animation
PASS After canceling an animation, it can still be seeked
PASS After canceling an animation, it can still be re-used
PASS After canceling an animation, updating animation properties doesn't make it live again
PASS After canceling an animation, updating animation-play-state doesn't make it live again
PASS Setting animation-name to 'none' cancels the animation
FAIL Setting display:none on an element cancel its animations assert_equals: expected "idle" but got "running"
FAIL Setting display:none on an ancestor element cancels animations on descendants assert_equals: expected "idle" but got "running"
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Animated style is cleared after canceling a running CSS animation
PASS Animated style is cleared after canceling a filling CSS animation
PASS After canceling an animation, it can still be seeked
PASS After canceling an animation, it can still be re-used
PASS After canceling an animation, updating animation properties doesn't make it live again
PASS After canceling an animation, updating animation-play-state doesn't make it live again
PASS Setting animation-name to 'none' cancels the animation
FAIL Setting display:none on an element cancel its animations assert_equals: expected "idle" but got "running"
FAIL Setting display:none on an ancestor element cancels animations on descendants assert_equals: expected "idle" but got "running"
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment