[Webkit-unassigned] [Bug 33649] 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:34:30 PST 2010


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





--- Comment #1 from TAMURA, Kent <tkent at chromium.org>  2010-01-13 21:34:30 PST ---
(In reply to comment #0)
> | 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);".

If the code is corrected to it, the test shows simply "PASS" because
document.body exists at that time.  Is it intended result?

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