[Webkit-unassigned] [Bug 53610] New: Regression: adjacent sibling selector not working as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 11:30:41 PST 2011


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

           Summary: Regression: adjacent sibling selector not working as
                    expected
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://peter.sh/files/adjacent-sibling-selector-regres
                    sion.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter at chromium.org


Created an attachment (id=80935)
 --> (https://bugs.webkit.org/attachment.cgi?id=80935&action=review)
Text-case

Test-case attached.  Likely to be caused by r52370.

Expected:
  Black text
  Red text
  Black text

Actual:
  Black text
  Red text
  Red text

The CSS rule which breaks (adjacent sibling) is:

p.foo + p { color: red; }

-- 
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