[Webkit-unassigned] [Bug 17579] New: simultaneouslyRegsiteredTimerFireOrder.html is spelled wrong and uses bad line endings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 16:25:36 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17579

           Summary: simultaneouslyRegsiteredTimerFireOrder.html is spelled
                    wrong and uses bad line endings
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


simultaneouslyRegsiteredTimerFireOrder.html is spelled wrong and uses bad line
endings

The name has a typo in it.

Also, the code uses    
document.getElementById("pre").appendChild(document.createTextNode(s +
"\r\n"));

which just seems evil and wrong.

That should be changed to use <br>s or "\n" or better yet, to use the logging
functions from the js-tests-pre.js file found in fast/js/resources.js


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



More information about the webkit-unassigned mailing list