Bug 114573 - [Mac] [WK2] selection-gap-fixed-child.html and selection-gap-flipped-fixed-child.html have been failing since they were added in r148258
Summary: [Mac] [WK2] selection-gap-fixed-child.html and selection-gap-flipped-fixed-ch...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-13 10:46 PDT by Ryosuke Niwa
Modified: 2014-07-22 11:01 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-13 10:46:37 PDT
fast/repaint/selection-gap-fixed-child.html
and
fast/repaint/selection-gap-flipped-fixed-child.html
have been failing on WK2 bots ever since they were added in http://trac.webkit.org/changeset/148258

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Frepaint%2Fselection-gap-fixed-child.html%2Cfast%2Frepaint%2Fselection-gap-flipped-fixed-child.html
Comment 1 Shezan Baig 2013-04-13 11:02:20 PDT
Hmm is anybody with a mac able to debug this? Looks like it's not invalidating the rect at all, when the selection is set. If you grab a pixel snapshot, is the box red or green?
Comment 2 Ryosuke Niwa 2013-04-13 11:09:48 PDT
Added test expectation in http://trac.webkit.org/changeset/148362.
Comment 3 Alexey Proskuryakov 2014-07-22 10:59:46 PDT
Talked to Simon about this. In WebKit2, we become layer-backed on this test, so it's expected that there is no repaint logged.

We could WontFix the test, or we could land the actual results. I'll go with the latter - the test is not testing much when layer-backed anyway, but at least we'll be catching crashes.
Comment 4 Alexey Proskuryakov 2014-07-22 11:01:37 PDT
Landed the results in <http://trac.webkit.org/r171348>.