Bug 70122 - REGRESSION(r97248): :visited as descendant selector broken
Summary: REGRESSION(r97248): :visited as descendant selector broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 70470 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-14 11:34 PDT by Antti Koivisto
Modified: 2011-10-25 14:20 PDT (History)
6 users (show)

See Also:


Attachments
patch (8.57 KB, patch)
2011-10-18 04:02 PDT, Antti Koivisto
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
made the test a render tree dump as computedStyleIncludingVisitedInfo is poorly supported across platforms (10.29 KB, patch)
2011-10-18 05:23 PDT, Antti Koivisto
zimmermann: review+
Details | Formatted Diff | Diff
It doesn't appear to be fixed. Test in attachment still fails. (570 bytes, text/html)
2011-10-25 12:57 PDT, Brad
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2011-10-14 11:34:52 PDT
http://trac.webkit.org/changeset/97248

from https://bugs.webkit.org/show_bug.cgi?id=69838

Comment #6 From Ryosuke Niwa 2011-10-12 21:51:50 PST (-) [reply] 
svg/hixie/cascade/002.xml started failing on GTK after this patch:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=svg%2Fhixie%2Fcascade%2F002.xml
Comment 1 Antti Koivisto 2011-10-18 04:02:22 PDT
Created attachment 111419 [details]
patch
Comment 2 WebKit Review Bot 2011-10-18 04:38:50 PDT
Comment on attachment 111419 [details]
patch

Attachment 111419 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10125219

New failing tests:
fast/selectors/visited-descendant.html
Comment 3 Antti Koivisto 2011-10-18 05:23:15 PDT
Created attachment 111426 [details]
made the test a render tree dump as computedStyleIncludingVisitedInfo is poorly supported across platforms
Comment 4 Nikolas Zimmermann 2011-10-18 05:34:55 PDT
Comment on attachment 111426 [details]
made the test a render tree dump as computedStyleIncludingVisitedInfo is poorly supported across platforms

I'm not an expert in that area, but it looks reasonable to me, given that it breaks no other test and fixes a regression :-)
Comment 5 Antti Koivisto 2011-10-18 05:57:31 PDT
http://trac.webkit.org/changeset/97745
Comment 6 Antti Koivisto 2011-10-23 06:35:25 PDT
*** Bug 70470 has been marked as a duplicate of this bug. ***
Comment 7 Brad 2011-10-25 12:57:58 PDT
Created attachment 112379 [details]
It doesn't appear to be fixed. Test in attachment still fails.

If I have a span inside an anchor ("A" element), it's color is ignored when the anchor becomes visited. See well-reduced attachment.
Comment 8 Antti Koivisto 2011-10-25 14:20:21 PDT
Please file a separate bug.