Bug 99026
Summary: | [GTK] CSS filters layout tests failures | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, clopez, dpino, krit, spena |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=169916 | ||
Bug Depends on: | |||
Bug Blocks: | 68469 |
Zan Dobersek
The CSS filters feature is already enabled when unstable features and accelerated compositing is enabled and the acceleration backend is OpenGL. Layout tests should be unskipped as well.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
CSS filters is enabled now on all ports since bug 136529.
I'm unskipping all the tests and retitling this bug and assigning here the detected failures (detected by manually checking the produced images on GTK versus Mac port).
This are:
css3/filters/effect-brightness.html [ Failure ]
css3/filters/effect-brightness-hw.html [ Failure ]
css3/filters/effect-brightness-clamping-hw.html [ Failure ]
css3/filters/effect-brightness-clamping.html [ Failure ]
css3/filters/effect-drop-shadow-hw.html [ Failure ]
css3/filters/effect-drop-shadow.html [ Failure ]
fast/filter-image/filter-image-svg.html [ ImageOnlyFailure ]
Carlos Alberto Lopez Perez
Committed r214292: <http://trac.webkit.org/changeset/214292>
Diego Pino
fast/filter-image/filter-image-svg.html started passing since r260425. Updated expectations in r260503.