[Webkit-unassigned] [Bug 101627] New: [regression] classList contains() doesn't work after remove() was called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 11:20:32 PST 2012


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

           Summary: [regression] classList contains() doesn't work after
                    remove() was called
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bradavogel at gmail.com


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

Browsers tested:
Chrome 22 - PASS
Chrome 23.0.1271.64 - FAIL
Safari 6 (AppleWebKit/536.26.17) - PASS
Webkit Nightly 6.0.2 (AppleWebKit/537.19+) - FAIL

Repro:
Run the attached file.

Expected:
The alert dialog shows: contains "newclass": true

Actual:
The alert dialog shows: contains "newclass": false

Notes:
Adding a doctype to the iframe is a workaround to the issue:
      doc.write('<!doctype html><html><body></body></html>');

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