[Webkit-unassigned] [Bug 58334] New: LayoutTestController.computedStyleIncludingVisitedInfo-based tests don't work in WK2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 09:13:41 PDT 2011


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

           Summary: LayoutTestController.computedStyleIncludingVisitedInfo
                    -based tests don't work in WK2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


LayoutTestController.computedStyleIncludingVisitedInfo-based tests don't work in WK2

All such tests use both computedStyleIncludingVisitedInfo and keepWebHistory, both of which *are* implemented in WKTR.

However, something must not be working right.  Currently the 4 known failures due to this bug are:
fast/history/nested-visited-test.html
fast/history/self-is-visited.html
fast/history/sibling-visited-test.html
state-url-sets-links-visited.html

All of these visually pass in a WK2 browser.

The failures all involve the returned style for the inspected nodes not correctly showing their visitedness.

Two obvious theories:
1 - computedStyleIncludingVisitedInfo doesn't work right
2 - Visited links go through a round trip to the UIProcess and don't get back to the WebProcess in time, therefore we're being bitten by IPC asynchronicity

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list