Bug 139590 - animations/cross-fade-webkit-mask-image.html is flaky
Summary: animations/cross-fade-webkit-mask-image.html is flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 139631
Blocks: 139294
  Show dependency treegraph
 
Reported: 2014-12-12 10:28 PST by Radu Stavila
Modified: 2020-03-02 22:31 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radu Stavila 2014-12-12 10:28:45 PST
This problem appeared after the way masks are handled (https://bugs.webkit.org/show_bug.cgi?id=139294). It seems like sometimes the tester takes the snapshot at a time when not both before/after masks are loaded and, as a result, the blend between the url A and url B masks is not cross-fade(url(A), url(B), progress) but simply url(B).
Comment 1 Radu Stavila 2014-12-12 10:29:39 PST
* after the way masks are handled WAS CHANGED.
Comment 2 Alexey Proskuryakov 2014-12-14 18:02:18 PST
The fix for bug 139294 was rolled out, so this problem doesn't occur any more. Keeping this open in case this needs to be addressed separately before the fix can be re-landed.
Comment 3 Radu Stavila 2014-12-18 05:44:33 PST
Bug has been re-marked as flaky (patch for bug 139294 was relanded as the rollout was due to a pre-existing problem - see bug 139644)