Bug 137963

Summary: [Win] Selected text is sometimes being rendered in the wrong color.
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Description Brent Fulgham 2014-10-22 09:20:06 PDT
After turning off our use of the deprecated SafariTheme painting routines, it looks like some text is being rendered with the wrong color.

Example 1:
editing/pasteboard/drop-text-without-selection.html

In this case, it looks like dragging an href element into a text field causes it to use a white font color.
Comment 1 Brent Fulgham 2014-10-22 10:43:08 PDT
The following failures are due to this rendering bug. It may be that "selected text" is using the wrong color. If this is expected platform behavior these might just need to be rebaselined.

editing/pasteboard/drop-text-without-selection.html
editing/selection/3690703-2.html
editing/selection/3690703.html
editing/selection/3690719.html
editing/selection/5240265.html
editing/selection/drag-select-1.html
editing/selection/selection-button-text.html
fast/events/context-no-deselect.html
fast/forms/input-appearance-focus.html
fast/forms/input-appearance-selection.html
fast/forms/input-double-click-selection-gap-bug.html
fast/forms/input-text-double-click.html
fast/forms/tabbing-input-iframe.html
Comment 2 Brent Fulgham 2014-10-22 10:45:45 PDT
Bad tests marked as failing under <http://trac.webkit.org/changeset/175056>.