[Webkit-unassigned] [Bug 24678] New: transitions tests some what flakey on Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 13:34:04 PDT 2009


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

           Summary: transitions tests some what flakey on Chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sky at google.com


Occassionally the tests in the transitions directory fail on the chromium bot.
They occasionally fail with the message:

CONSOLE MESSAGE: line 124: Uncaught Error: NOT_FOUND_ERR: DOM Exception 8

I believe this is from transitions/transition-end-event-helpers.js. Line 124
is:

    document.body.removeChild(document.getElementById('container'));

If we end up trying to process the results twice, then the second time through
fails because the element 'container' has been removed.


-- 
Configure bugmail: https://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