Bug 24678

Summary: transitions tests some what flakey on Chromium
Product: WebKit Reporter: Scott Violet <sky>
Component: Tools / TestsAssignee: Scott Violet <sky>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Fix for 24678 simon.fraser: review+

Description Scott Violet 2009-03-18 13:34:03 PDT
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.
Comment 1 Scott Violet 2009-03-18 13:39:04 PDT
Created attachment 28731 [details]
Fix for 24678

Modifies test to only process results once.
Comment 2 Scott Violet 2009-03-18 14:11:22 PDT
*** Bug 24568 has been marked as a duplicate of this bug. ***
Comment 3 Dimitri Glazkov (Google) 2009-03-19 09:35:37 PDT
Landed as http://trac.webkit.org/changeset/41837.