Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-WebKit Size-Medium
New issue 9613 by [email protected]: LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html causes following failures http://code.google.com/p/chromium/issues/detail?id=9613 This test causes a following test to get a console error: -CONSOLE MESSAGE: line 13: Uncaught TypeError: Cannot read property 'documentElement' of undefined We need to fix the the console error is getting inserted into a different test than the one actually being run. It's not clear to me whether this points to an actual Chrome bug or just to a bug in test_shell. This showed up when running tests in parallel as the order of tests being run changed, so a different test started getting this console error. To reproduce this, just run all the tests in LayoutTests/fast/dom (without skipping this one obviously) and one of them will get this console error. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
