Bug 48989
Summary: | Crash in ApplyStyleCommand::surroundNodeRangeWithElement (preceded by assertion in ApplyStyleCommand::removeInlineStyle) when running editing/style/iframe-onload-crash.html on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | HTML Editing | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adele, darin, enrica, rniwa, robert |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://build.webkit.org/results/Windows%20Release%20(Tests)/r71317%20(5990)/CrashLog_0aec_2010-11-04_03-32-53-109.txt |
Adam Roben (:aroben)
editing/style/iframe-onload-crash.html is crashing in ApplyStyleCommand::surroundNodeRangeWithElement on Windows. Before the crash, it hits an assertion in ApplyStyleCommand::removeInlineStyle.
Crash backtrace: http://build.webkit.org/results/Windows%20Release%20(Tests)/r71317%20(5990)/CrashLog_0aec_2010-11-04_03-32-53-109.txt
Assertion backtrace: http://build.webkit.org/results/Windows%20Debug%20(Tests)/r71298%20(21963)/CrashLog_0f58_2010-11-04_03-12-58-562.txt
I've added this test to the Windows Skipped file
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
This test has been crashing since it was added in r71288 http://trac.webkit.org/changeset/71288
Adam Roben (:aroben)
Looks like Qt has the same problem. See bug 48967.
Adam Roben (:aroben)
<rdar://problem/8630446>
Ryosuke Niwa
I have a patch in the bug 48581 for this.
Ryosuke Niwa
Fixed in http://trac.webkit.org/changeset/71431.