RESOLVED FIXED24678
transitions tests some what flakey on Chromium
https://bugs.webkit.org/show_bug.cgi?id=24678
Summary transitions tests some what flakey on Chromium
Scott Violet
Reported 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.
Attachments
Fix for 24678 (1.53 KB, patch)
2009-03-18 13:39 PDT, Scott Violet
simon.fraser: review+
Scott Violet
Comment 1 2009-03-18 13:39:04 PDT
Created attachment 28731 [details] Fix for 24678 Modifies test to only process results once.
Scott Violet
Comment 2 2009-03-18 14:11:22 PDT
*** Bug 24568 has been marked as a duplicate of this bug. ***
Dimitri Glazkov (Google)
Comment 3 2009-03-19 09:35:37 PDT
Note You need to log in before you can comment on or make changes to this bug.