Skip to content

fast/gradients/css3-color-stop-invalid.html - box is green instead of white #230

@annulen

Description

@annulen

Culprit is the next code in GradientQt.cpp:

qreal stopPosition = qMin(lastStop, qreal(1.0f));

Changing it to just lastStop fixes the problem, but we need to check if https://bugs.webkit.org/show_bug.cgi?id=41484 reproduces

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions