Bug 119524

Summary: Changing text color and left at the same time will not change the color (under graphics acceleration)
Product: WebKit Reporter: Jonathan Deutsch <jonathan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: jonathan, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Reproduction of the bug none

Description Jonathan Deutsch 2013-08-06 11:02:45 PDT
Created attachment 208204 [details]
Reproduction of the bug

Basically the same thing as:
https://bugs.webkit.org/show_bug.cgi?id=101252

It looks like the problem applies to text color as well, which was not fixed in the patch for that bug.

Summary:
Changing text color and left at the same time will not change the text color (under graphics acceleration).

Steps to Reproduce:
1. Open attached TextColorBug.html

Expected Results:
All the boxes slowly change text color.

Actual Results:
Only the boxes not moving or not using "-webkit-transform:rotateY(0deg)" actually change color.

Regression:
Has happened for a while, not new to 6.1/7.0, but still bad.

Notes:
Behavior in Chrome 28: reproduces
Behavior in Firefox 22 (if applicable): Does not occur

Chromium bug:
http://code.google.com/p/chromium/issues/detail?id=159253

This affects customers using Tumult Hype (http://tumult.com/hype).
Comment 1 Simon Fraser (smfr) 2016-01-31 22:41:46 PST
I feel like we have another bug about this.