Bug 110089
Summary: | [GTK][Qt] fast/exclusions/shape-inside/shape-inside-circle.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | giles_joplin, kadam, krit, ossy, zarvai |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
The fast/exclusions/shape-inside/shape-inside-circle.html layout test is failing on GTK and Qt since it's been introduced in r143010.
http://trac.webkit.org/changeset/143010
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fexclusions%2Fshape-inside%2Fshape-inside-circle.html
It's probably due to disabled subpixel layout on those two ports.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
Same goes for fast/exclusions/shape-inside/shape-inside-ellipse.html, will just point its failure expectation to this bug.
Zan Dobersek
Same reason with failures in tests added in r144258:
fast/exclusions/shape-inside/shape-inside-circle-padding.html
fast/exclusions/shape-inside/shape-inside-ellipse-padding.html
http://trac.webkit.org/changeset/144258
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fexclusions%2Fshape-inside%2Fshape-inside-circle-padding.html%2Cfast%2Fexclusions%2Fshape-inside%2Fshape-inside-ellipse-padding.html
Zoltan Arvai
On Qt enabling sub-pixel layout in r148594 resolved this issue.
fast/exclusions tests are unskipped on Qt in http://trac.webkit.org/changeset/148868.
Zan Dobersek
The subpixel layout was enabled for the GTK port, so the test is now passing.