Comment #2 on issue 21203 by [email protected]: Crash - WebCore::CSSStyleDeclaration::copyPropertiesInSet(int const *,unsigned int) http://code.google.com/p/chromium/issues/detail?id=21203
Oops, I forgot filing an issue even though I noticed this crash has been happening since 4.0.202.0. This is the reduced test case that reproduces this issue. * What steps will reproduce the problem? 1. Open the attached HTML file; 2. Type control+a keys, and; 3. Type control+c keys. * What is the expected output? A renderer process should not crash. * What do you see instead? A renderer process crashes. * Please use labels and text to provide additional information. This issue also happens on the latest build of WebKit. (The reproduction steps for Safari becomes: opening the attached HTML file; typing command+a, and; typing command+c keys.) As far as I have investigated this issue, editingStyleAtPosition() added by WebKit change r28057 forgot handling the cause that pos.computedStyle() returns 0. (*1) <https://bugs.webkit.org/show_bug.cgi?id=28057> Regards, Attachments: issue21203.html 343 bytes -- 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 -~----------~----~----~----~------~----~------~--~---
