Bug 124507 - [GTK] Two CSS3 Text tests introduced in r158703 are failing
Summary: [GTK] Two CSS3 Text tests introduced in r158703 are failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-11-18 08:27 PST by Zan Dobersek
Modified: 2018-11-15 06:21 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-11-18 08:27:25 PST
The following two reftests are failing since being introduced in r158703:
fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink.html
fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html

http://trac.webkit.org/changeset/158703
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcss3-text%2Fcss3-text-decoration%2Ftext-decoration-skip%2Ftext-decoration-skip-ink.html%20fast%2Fcss3-text%2Fcss3-text-decoration%2Ftext-decoration-skip%2Ftext-decoration-skip-non-intersecting-underline.html

The GTK port does enable the CSS3 Text feature in FeatureList.pm, so these tests might be exposing a Cairo or implementation bug.
EFL port enables the feature as well, but does not fail.
Comment 1 Carlos Alberto Lopez Perez 2014-01-24 08:37:22 PST
fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html is passing now. I will be removing it from the failure expectations.
Comment 2 Martin Robinson 2014-12-09 02:09:18 PST
Even after the implementation of text-decoration-skip it seems there is an issue here that is preventing the SVG font from displaying properly.
Comment 3 Miguel Gomez 2018-11-15 06:21:20 PST
fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink.html

is passing since r237844.

Both tests are passing now, so closing the bug.