[Webkit-unassigned] [Bug 33649] New: Wrong code in LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 21:32:10 PST 2010


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

           Summary: Wrong code in
                    LayoutTests/fast/dom/timer-clear-interval-in-handler-a
                    nd-generate-error.html
           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: tkent at chromium.org
                CC: abarth at webkit.org


timer-clear-interval-in-handler-and-generate-error.html added by Bug#27703 has
wrong code:

| function log(msg) {
|   var elmt = document.createElement("div");
|   elmt.textContent = msg;
|   document.body.appendChild(msg);

Probably the last line should be "document.body.appendChild(elmt);".

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